From 2d5298e8e1a4c8da2f0db71d63196aae1cad5fe1 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 10 Jul 2007 15:14:25 +0000 Subject: some fixes here and there git-svn-id: file:///svn/phpbb/trunk@7860 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_install.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/install/install_install.php') 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 @@ -8,6 +8,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')) -- cgit v1.2.1