vogelor
2008-12-02 fb4c27e329659f7ebfb72855297549ac01a54f02
interface/web/monitor/show_log.php
@@ -30,6 +30,7 @@
require_once('../../lib/config.inc.php');
require_once('../../lib/app.inc.php');
require_once('tools.inc.php');
//* Check permissions for module
$app->auth->check_module_permissions('monitor');
@@ -114,7 +115,7 @@
$app->tpl->setVar("title", $title);
$app->tpl->setVar("log_id",$logId);
$app->tpl->setVar("time", getDataTime($logId));
$app->tpl_defaults();
$app->tpl->pparse();