forked from extern/egroupware
Use newer setup.inc.php files
This commit is contained in:
parent
85a3b35de4
commit
2fc187693b
@ -33,9 +33,9 @@
|
||||
$new_schema[] = $dir;
|
||||
}
|
||||
|
||||
if (is_file(PHPGW_SERVER_ROOT . SEP . $dir . SEP . 'setup' . SEP . 'setup_info.inc.php'))
|
||||
if (is_file(PHPGW_SERVER_ROOT . SEP . $dir . SEP . 'setup' . SEP . 'setup.inc.php'))
|
||||
{
|
||||
include(PHPGW_SERVER_ROOT . SEP . $dir . SEP . 'setup' . SEP . 'setup_info.inc.php');
|
||||
include(PHPGW_SERVER_ROOT . SEP . $dir . SEP . 'setup' . SEP . 'setup.inc.php');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user