mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 20:08:34 +01:00
NNTP needs to be a phpgwapi config also, for now
This commit is contained in:
parent
6c48ea83d0
commit
720c77fae9
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
$GLOBALS['phpgw_info'] = array();
|
||||||
$GLOBALS['phpgw_info']['flags'] = array(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
'nonavbar' => True,
|
'nonavbar' => True,
|
||||||
@ -30,6 +31,7 @@
|
|||||||
case 'addressbook':
|
case 'addressbook':
|
||||||
case 'calendar':
|
case 'calendar':
|
||||||
case 'email':
|
case 'email':
|
||||||
|
case 'nntp':
|
||||||
/*
|
/*
|
||||||
Other special apps can go here for now, e.g.:
|
Other special apps can go here for now, e.g.:
|
||||||
case 'bogusappname':
|
case 'bogusappname':
|
||||||
|
Loading…
Reference in New Issue
Block a user