mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
gnu-patch #1244
This commit is contained in:
parent
06489ff747
commit
6f48cb5363
@ -180,7 +180,7 @@
|
|||||||
@$GLOBALS['phpgw']->db->query("SELECT COUNT(config_name) FROM phpgw_config");
|
@$GLOBALS['phpgw']->db->query("SELECT COUNT(config_name) FROM phpgw_config");
|
||||||
if(!@$GLOBALS['phpgw']->db->next_record())
|
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 '<center><b>Fatal Error:</b> It appears that you have not created the database tables for '
|
echo '<center><b>Fatal Error:</b> It appears that you have not created the database tables for '
|
||||||
.'phpGroupWare. Click <a href="' . $setup_dir . '">here</a> to run setup.</center>';
|
.'phpGroupWare. Click <a href="' . $setup_dir . '">here</a> to run setup.</center>';
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user