Fixed path

This commit is contained in:
Darko
2013-11-14 14:19:19 +01:00
parent 47f3d9e709
commit 21fbfa1e22
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if (isset($argv[1]) && isset($argv[2]) && isset($argv[3]) && isset($argv[4]))
if ($argv[1] == 7 || $argv[1] == 8)
{
require_once(FS_ROOT.'/../../../www/lib/nntp.php');
require_once(WWW_DIR."/lib/nntp.php");
$nntp = new Nntp();
if (($nntp->doConnect()) === false)
{