From 22a33be78f163083a71b278fc5a4abcabde524ca Mon Sep 17 00:00:00 2001 From: bgigon Date: Fri, 23 Jul 2004 15:11:18 +0000 Subject: [PATCH] Re-commit ... :\ --- setup/check_install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/check_install.php b/setup/check_install.php index bdabfc9ef9..6ac821a56e 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -14,6 +14,7 @@ $run_by_webserver = !!$_SERVER['PHP_SELF']; $is_windows = strtoupper(substr(PHP_OS,0,3)) == 'WIN'; + if ($run_by_webserver) { $phpgw_info = array();