aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-21 11:26:24 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-21 11:26:24 +0000
commit19d3483c3824c4d4859e8f14a50cb57d97577938 (patch)
tree63d6d648c9ca9e4b10ab6ec34955e5eae5afa0c5 /phpBB/install/install_install.php
parent1006e76733d4af412f7ec45301f82c034671d65f (diff)
downloadforums-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-xphpBB/install/install_install.php5
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'))
{