mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
More fixes for first step
This commit is contained in:
parent
7b1d3ff865
commit
b92f042dad
@ -24,6 +24,7 @@
|
||||
// if true, ../index.php falls through to app setup
|
||||
$ok = true;
|
||||
|
||||
$incdir = $phpgw_info["server"]["server_root"]."/setup/inc/";
|
||||
|
||||
if (!isset($oldversion)){
|
||||
@$db->query("select app_version from applications where app_name='admin'");
|
||||
@ -135,7 +136,7 @@
|
||||
echo " </tr>\n";
|
||||
$db->Halt_On_Error = "report";
|
||||
$currentver = "drop";
|
||||
include ("../sql/common_main.inc.php");
|
||||
include ($incdir."/sql/common_main.inc.php");
|
||||
$db->Halt_On_Error = "no";
|
||||
echo " <tr bgcolor=\"486591\">\n";
|
||||
echo " <td colspan=\"2\"><font color=\"fefefe\"> <b>Status</b></font></td>\n";
|
||||
@ -158,7 +159,7 @@
|
||||
echo "</table>\n";
|
||||
$currentver = $oldversion;
|
||||
$db->Halt_On_Error = "report";
|
||||
include ("../sql/common_main.inc.php");
|
||||
include ($incdir."/sql/common_main.inc.php");
|
||||
$db->Halt_On_Error = "no";
|
||||
echo "<table border=\"0\" align=\"center\">\n";
|
||||
echo " <tr bgcolor=\"486591\">\n";
|
||||
@ -192,7 +193,7 @@
|
||||
echo " </tr>\n";
|
||||
$db->Halt_On_Error = "report";
|
||||
$currentver = "new";
|
||||
include ("../sql/common_main.inc.php");
|
||||
include ($incdir."/sql/common_main.inc.php");
|
||||
$db->Halt_On_Error = "no";
|
||||
echo " <tr bgcolor=\"486591\">\n";
|
||||
echo " <td colspan=\"2\"><font color=\"fefefe\"> <b>Status</b></font></td>\n";
|
||||
|
@ -63,6 +63,7 @@
|
||||
* *
|
||||
\**********************************************************************/
|
||||
$ok = true;
|
||||
$baseDir = $phpgw_info["server"]["server_root"];
|
||||
include("inc/core_setup.inc.php");
|
||||
if (!$ok) {
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user