1
0
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:
Meik Sievertsen
2008-06-07 13:42:06 +00:00
parent 4dddc3a130
commit 7524ca5249
3 changed files with 15 additions and 9 deletions

View File

@@ -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;
}