diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index 02b101f591..edf3ae7e9b 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -180,7 +180,7 @@ @$GLOBALS['phpgw']->db->query("SELECT COUNT(config_name) FROM phpgw_config"); if(!@$GLOBALS['phpgw']->db->next_record()) { - $setup_dir = @ereg_replace($PHP_SELF,'index.php','setup/'); + $setup_dir = @ereg_replace($_SERVER['PHP_SELF'],'index.php','setup/'); echo '
Fatal Error: It appears that you have not created the database tables for ' .'phpGroupWare. Click here to run setup.
'; exit;