forked from extern/egroupware
removed extra includes
This commit is contained in:
parent
ed85618a37
commit
fd1b1d22ef
@ -13,11 +13,6 @@ insert into config (config_name, config_value) values ('encryptkey', 'change thi
|
||||
insert into config (config_name, config_value) values ('site_title', 'phpGroupWare');
|
||||
insert into config (config_name, config_value) values ('hostname', 'local.machine.name');
|
||||
insert into config (config_name, config_value) values ('webserver_url', '/phpgroupware');
|
||||
insert into config (config_name, config_value) values ('db_host', 'localhost');
|
||||
insert into config (config_name, config_value) values ('db_name', 'phpGroupWare_dev');
|
||||
insert into config (config_name, config_value) values ('db_user', 'phpgroupware');
|
||||
insert into config (config_name, config_value) values ('db_pass', 'phpgr0upwar3');
|
||||
insert into config (config_name, config_value) values ('db_type', 'mysql');
|
||||
insert into config (config_name, config_value) values ('auth_type', 'sql');
|
||||
insert into config (config_name, config_value) values ('ldap_host', 'localhost');
|
||||
insert into config (config_name, config_value) values ('ldap_context', 'o=phpGroupWare');
|
||||
@ -42,7 +37,7 @@ insert into config (config_name, config_value) values ('httpproxy_server', '');
|
||||
insert into config (config_name, config_value) values ('httpproxy_port', '');
|
||||
insert into config (config_name, config_value) values ('showpoweredbyon', 'bottom');
|
||||
insert into config (config_name, config_value) values ('checkfornewversion', 'False');
|
||||
|
||||
z
|
||||
CREATE TABLE applications (
|
||||
app_name varchar(25) NOT NULL,
|
||||
app_title varchar(50),
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**************************************************************************\
|
||||
* phpGroupWare *
|
||||
* http://www.phpgroupware.org *
|
||||
* The file written by Joseph Engo <jengo@phpgroupware.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
@ -10,7 +9,7 @@
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id $ */
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||
include("../header.inc.php");
|
||||
|
Loading…
Reference in New Issue
Block a user