mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
Added in a few comments as a reminder
This commit is contained in:
parent
e339bcabf6
commit
5d5e1f020b
@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
// Idea: This is so I don't forget. When they are preforming a new install, after config,
|
||||||
|
// forward them right to index.php. Create a session for them and have a nice little intro
|
||||||
|
// page explaining what to do from there (ie, create there own account)
|
||||||
|
|
||||||
$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("../header.inc.php");
|
||||||
include("../version.inc.php"); // To set the current core version
|
include("../version.inc.php"); // To set the current core version
|
||||||
|
Loading…
Reference in New Issue
Block a user