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();