mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Disabled alot of internal classes
This commit is contained in:
parent
21a934d1c7
commit
9dc06ae503
@ -18,6 +18,9 @@
|
|||||||
|
|
||||||
$phpgw_flags["currentapp"] = "admin";
|
$phpgw_flags["currentapp"] = "admin";
|
||||||
$phpgw_flags["disable_network_class"] = True;
|
$phpgw_flags["disable_network_class"] = True;
|
||||||
|
$phpgw_flags["disable_message_class"] = True;
|
||||||
|
$phpgw_flags["disable_send_class"] = True;
|
||||||
|
$phpgw_flags["disable_vfs_class"] = True;
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
$phpgw->include_lang("nntp");
|
$phpgw->include_lang("nntp");
|
||||||
|
Loading…
Reference in New Issue
Block a user