From fed3443ae544ff731d484a83a4fbe449e6391689 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 20 Aug 2008 12:43:00 +0000 Subject: Making it case insensitive... git-svn-id: https://code.elgg.org/elgg/trunk@2027 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 25e757b82..4260bf818 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -30,7 +30,7 @@ throw new InstallationException(elgg_echo('InstallationException:DatarootBlank')); // That it's valid - if (strpos($dataroot, $path)!==false) + if (stripos($dataroot, $path)!==false) throw new InstallationException(sprintf(elgg_echo('InstallationException:DatarootUnderPath'), $dataroot)); // Check data root is writable -- cgit v1.2.3