diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-21 11:26:24 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-21 11:26:24 +0000 |
| commit | 19d3483c3824c4d4859e8f14a50cb57d97577938 (patch) | |
| tree | 63d6d648c9ca9e4b10ab6ec34955e5eae5afa0c5 /phpBB/install/install_install.php | |
| parent | 1006e76733d4af412f7ec45301f82c034671d65f (diff) | |
| download | forums-19d3483c3824c4d4859e8f14a50cb57d97577938.tar forums-19d3483c3824c4d4859e8f14a50cb57d97577938.tar.gz forums-19d3483c3824c4d4859e8f14a50cb57d97577938.tar.bz2 forums-19d3483c3824c4d4859e8f14a50cb57d97577938.tar.xz forums-19d3483c3824c4d4859e8f14a50cb57d97577938.zip | |
make sure we always check for a valid directory handle
git-svn-id: file:///svn/phpbb/trunk@8211 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
| -rwxr-xr-x | phpBB/install/install_install.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index ca86816e9c..6fb2cd4881 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -9,11 +9,6 @@ */ /** -* @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, readfile -*/ - -/** */ if (!defined('IN_INSTALL')) { |
