mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
do not allow [flash=0,0]... not implemented for images due to the reliance on getimagesize() - as usual both sizes are able to be limited by the maximum/minimum image size configuration options
git-svn-id: file:///svn/phpbb/trunk@8614 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -63,7 +63,7 @@ class cache
|
||||
|
||||
$cache->put('config', $cached_config);
|
||||
}
|
||||
|
||||
|
||||
return $config;
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ class cache
|
||||
|
||||
$cache->put('_bots', $bots);
|
||||
}
|
||||
|
||||
|
||||
return $bots;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user