diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-07 13:42:06 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-07 13:42:06 +0000 |
commit | 7524ca52497a05b9079983c0fc7239a7e6e9a643 (patch) | |
tree | 029c70bb88abed82d979074f7dc5d48f96bc68ff /phpBB/includes/cache.php | |
parent | 4dddc3a13093862bc70c1320bd310311246cb7bb (diff) | |
download | forums-7524ca52497a05b9079983c0fc7239a7e6e9a643.tar forums-7524ca52497a05b9079983c0fc7239a7e6e9a643.tar.gz forums-7524ca52497a05b9079983c0fc7239a7e6e9a643.tar.bz2 forums-7524ca52497a05b9079983c0fc7239a7e6e9a643.tar.xz forums-7524ca52497a05b9079983c0fc7239a7e6e9a643.zip |
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
Diffstat (limited to 'phpBB/includes/cache.php')
-rw-r--r-- | phpBB/includes/cache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/cache.php b/phpBB/includes/cache.php index 879fbb6a80..f537b52b3f 100644 --- a/phpBB/includes/cache.php +++ b/phpBB/includes/cache.php @@ -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; } |