mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
code clean up, hopefully this should help clean up the problems jengo is having with php 3.0.16
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
// password in ../header.inc.php to protect all of the setup
|
||||
// pages from unauthorized use.
|
||||
|
||||
if(file_exists("../version.inc.php") || is_file("../version.inc.php")) {
|
||||
if(file_exists("../version.inc.php")) {
|
||||
include("../version.inc.php"); // To set the current core version
|
||||
}else{
|
||||
$phpgw_info["server"]["versions"]["phpgwapi"] = "Undetected";
|
||||
@ -35,8 +35,5 @@
|
||||
|
||||
include("./inc/phpgw_setup.inc.php");
|
||||
include("./inc/phpgw_schema_proc.inc.php");
|
||||
include("./inc/phpgw_template.inc.php");
|
||||
|
||||
$phpgw_setup = new phpgw_setup;
|
||||
$phpgw_setup->template = new Template("../");
|
||||
?>
|
Reference in New Issue
Block a user