mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
0.9.33-ng-a4 currentapp set to login, doc update
This commit is contained in:
parent
bae9cc6013
commit
d1ff9ad267
@ -10,7 +10,7 @@
|
|||||||
* @note <b> THIS IS STILL EXPERIMENTAL CODE </b> do not use in production.
|
* @note <b> THIS IS STILL EXPERIMENTAL CODE </b> do not use in production.
|
||||||
* @note this script is supposed to be at: egw-root/icalsrv.php
|
* @note this script is supposed to be at: egw-root/icalsrv.php
|
||||||
*
|
*
|
||||||
* @version 0.9.33NGb2 first version for use with virtual calendars
|
* @version 0.9.33NG-a4 first version for use with virtual calendars
|
||||||
* @date 20060329
|
* @date 20060329
|
||||||
* @author Jan van Lieshout <jvl (at) xs4all.nl> Rewrite and extension for egw 1.2.
|
* @author Jan van Lieshout <jvl (at) xs4all.nl> Rewrite and extension for egw 1.2.
|
||||||
* (see: @url http://www.egroupware.org )
|
* (see: @url http://www.egroupware.org )
|
||||||
@ -59,7 +59,7 @@ $GLOBALS['egw_info']['flags'] = array(
|
|||||||
'noapi' => True
|
'noapi' => True
|
||||||
);
|
);
|
||||||
|
|
||||||
$GLOBALS['egw_info']['flags']['currentapp'] = 'home';
|
#$GLOBALS['egw_info']['flags']['currentapp'] = 'home';
|
||||||
include('./header.inc.php');
|
include('./header.inc.php');
|
||||||
include ('./phpgwapi/inc/functions.inc.php');
|
include ('./phpgwapi/inc/functions.inc.php');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user