Fixed manual link again

This commit is contained in:
Andre Lorbach 2008-09-17 15:25:42 +02:00
parent 75610ddb61
commit feebd70f15

View File

@ -478,7 +478,7 @@ function InitRuntimeInformations()
// --- Check and Set manual link
if ( is_dir($gl_root_path . "doc") )
$content['PHPLOGCON_HELPLINK'] = $content['BASEPATH'] . "doc";
$content['PHPLOGCON_HELPLINK'] = $content['BASEPATH'] . "doc/manual.html";
else
$content['PHPLOGCON_HELPLINK'] = "http://www.phplogcon.org/doc";
// ---