forked from extern/egroupware
Updated lang.php to work
This commit is contained in:
parent
806f94b4eb
commit
b29f5b637e
@ -13,12 +13,16 @@
|
|||||||
|
|
||||||
if (! $included) {
|
if (! $included) {
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||||
include("../header.inc.php");
|
include("./inc/functions.inc.php");
|
||||||
|
include("../header.inc.php");
|
||||||
// Authorize the user to use setup app and load the database
|
// Authorize the user to use setup app and load the database
|
||||||
include("./inc/setup_auth.inc.php");
|
// Does not return unless user is authorized
|
||||||
//Does not return unless user is authorized
|
if (!auth()){
|
||||||
|
Header("Location: index.php");
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
loaddb();
|
||||||
|
|
||||||
echo "<html><head><title>phpGroupWare Setup</title></head>\n";
|
echo "<html><head><title>phpGroupWare Setup</title></head>\n";
|
||||||
echo "<body bgcolor='#ffffff'>\n";
|
echo "<body bgcolor='#ffffff'>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user