Corrected include problems

This commit is contained in:
skeeter 2000-08-19 13:47:31 +00:00
parent 322a8f25b4
commit 5163027885

View File

@ -49,7 +49,7 @@
{ {
set_time_limit(0); set_time_limit(0);
include($phpgw_info["server"]["include_root"] include($phpgw_info["server"]["include_root"]
. "../nntp/inc/functions.inc.php"); . "/../nntp/inc/functions.inc.php");
$nntp = new NNTP; $nntp = new NNTP;
$nntp->load_table(); $nntp->load_table();
$tg = get_tg(); $tg = get_tg();