Disabled alot of internal classes

This commit is contained in:
skeeter 2000-08-19 13:59:40 +00:00
parent 21a934d1c7
commit 9dc06ae503

View File

@ -18,6 +18,9 @@
$phpgw_flags["currentapp"] = "admin";
$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");
$phpgw->include_lang("nntp");