1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-15 10:28:54 +01:00
egroupware/setup/test.php
2000-12-28 07:50:06 +00:00

13 lines
374 B
PHP

<?php
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
include("../header.inc.php");
include("./inc/functions.inc.php");
$ConfigDomain = "phpgroupware.org";
loaddb();
// $currentver = "drop";
$currentver = "new";
$phpgw_setup->manage_tables();
$phpgw_setup->execute_script("create_tables");
?>