From 5163027885c1feba843127dcfdb7e77f7323d8c8 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 19 Aug 2000 13:47:31 +0000 Subject: [PATCH] Corrected include problems --- admin/nntp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/nntp.php b/admin/nntp.php index eb63d45e12..0bebd9a96a 100755 --- a/admin/nntp.php +++ b/admin/nntp.php @@ -49,7 +49,7 @@ { set_time_limit(0); include($phpgw_info["server"]["include_root"] - . "../nntp/inc/functions.inc.php"); + . "/../nntp/inc/functions.inc.php"); $nntp = new NNTP; $nntp->load_table(); $tg = get_tg();