From 84f7c548ae7bebaa38a0c8a4762c4e698faa116c Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 26 Sep 2012 12:02:56 +0300 Subject: [PATCH] removed dublicate cronmenu template --- web/edit/cron/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/edit/cron/index.php b/web/edit/cron/index.php index e7d57a52..f58e485c 100644 --- a/web/edit/cron/index.php +++ b/web/edit/cron/index.php @@ -74,7 +74,6 @@ top_panel($user,$TAB); } } - include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_edit_cron.html'); include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/edit_cron.html'); unset($_SESSION['error_msg']); unset($_SESSION['ok_msg']);