mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
bots
git-svn-id: file:///svn/phpbb/trunk@4848 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e84a8dc12c
commit
7558d522b1
1 changed files with 2 additions and 1 deletions
|
@ -403,7 +403,7 @@ if ($stage == 0)
|
||||||
|
|
||||||
foreach ($locations as $location)
|
foreach ($locations as $location)
|
||||||
{
|
{
|
||||||
if (@file_exists($location . 'convert' . $exe) && @is_readable($location . 'convert' . $exe))
|
if (@file_exists($location . 'convert' . $exe) && @is_readable($location . 'convert' . $exe) && @filesize($location . 'convert' . $exe) > 80000)
|
||||||
{
|
{
|
||||||
$img_imagick = str_replace('\\', '/', $location);
|
$img_imagick = str_replace('\\', '/', $location);
|
||||||
continue;
|
continue;
|
||||||
|
@ -1196,6 +1196,7 @@ if ($stage == 4)
|
||||||
{
|
{
|
||||||
// Load the basic configuration data
|
// Load the basic configuration data
|
||||||
define('SESSIONS_TABLE', $table_prefix . 'sessions');
|
define('SESSIONS_TABLE', $table_prefix . 'sessions');
|
||||||
|
define('BOTS_TABLE', $table_prefix . 'bots');
|
||||||
define('USERS_TABLE', $table_prefix . 'users');
|
define('USERS_TABLE', $table_prefix . 'users');
|
||||||
define('BANLIST_TABLE', $table_prefix . 'banlist');
|
define('BANLIST_TABLE', $table_prefix . 'banlist');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue