diff options
Diffstat (limited to 'phpBB/install/install_install.php')
-rwxr-xr-x | phpBB/install/install_install.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 7fd4c881c6..9c34e4a053 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -9,6 +9,11 @@ */ /** +* @todo: check for those functions being 'available'? Though not able to check with function_exists, we need to create test cases +* ini_get(), glob, getimagesize, fsockopen... +*/ + +/** */ if (!defined('IN_INSTALL')) { |