egroupware/setup/test.php

13 lines
374 B
PHP
Raw Normal View History

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