From a3f9c8f6480dce998af250f50f699d05cfb05fc9 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 15 Jan 2013 15:39:40 +0200 Subject: [PATCH] removing rudimental include (closes #60) --- web/list/log/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/list/log/index.php b/web/list/log/index.php index e76e49d7..c0e226e4 100644 --- a/web/list/log/index.php +++ b/web/list/log/index.php @@ -18,7 +18,6 @@ $data = json_decode(implode('', $output), true); $data = array_reverse($data); unset($output); -include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_log.html'); include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_log.html'); // Footer