From 9dc06ae50357d13e739ede6058f75370d2c1058b Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 19 Aug 2000 13:59:40 +0000 Subject: [PATCH] Disabled alot of internal classes --- admin/nntp.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/nntp.php b/admin/nntp.php index ba3635ccf6..d567f7afa4 100755 --- a/admin/nntp.php +++ b/admin/nntp.php @@ -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");