From cf634bc3c6847787a22e66a2f54d9a6aa931fccc Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 17 Oct 2008 07:22:59 +0000 Subject: Function was operationg backward to user guide description. Bug #5007 --- system/helpers/path_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php index 624e26e1e..c5ee1fb05 100644 --- a/system/helpers/path_helper.php +++ b/system/helpers/path_helper.php @@ -37,7 +37,7 @@ */ if ( ! function_exists('set_realpath')) { - function set_realpath($path, $check_existance = TRUE) + function set_realpath($path, $check_existance = FALSE) { // Security check to make sure the path is NOT a URL. No remote file inclusion! if (preg_match("#^(http:\/\/|https:\/\/|www\.|ftp|[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})#i", $path)) -- cgit v1.2.3-24-g4f1b