From 6b625197ecadc12e0104280467684bd3ab9f764f Mon Sep 17 00:00:00 2001 From: enriquecd Date: Fri, 10 Mar 2017 17:42:55 +0100 Subject: [PATCH] Print metaconsole footer in buttom and change marks order - open - #517 --- pandora_console/general/footer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index dec6f109f6..1570ec825c 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -36,7 +36,8 @@ echo sprintf(__('Pandora FMS %s - Build %s - MR %s', $pandora_version, $build_ve echo '
'; echo ''. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here -echo ''; +echo '
'.__("® Ártica ST").''; + if (isset ($config['debug'])) { $cache_info = array(); $cache_info = db_get_cached_queries();