mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Print metaconsole footer in buttom and change marks order - open - #517
This commit is contained in:
parent
c347164f73
commit
6b625197ec
@ -36,7 +36,8 @@ echo sprintf(__('Pandora FMS %s - Build %s - MR %s', $pandora_version, $build_ve
|
|||||||
|
|
||||||
echo '</a><br />';
|
echo '</a><br />';
|
||||||
echo '<a class="white footer">'. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here
|
echo '<a class="white footer">'. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here
|
||||||
echo '</a>';
|
echo '</a><br /><span style="color:#eff">'.__("® Ártica ST").'</span>';
|
||||||
|
|
||||||
if (isset ($config['debug'])) {
|
if (isset ($config['debug'])) {
|
||||||
$cache_info = array();
|
$cache_info = array();
|
||||||
$cache_info = db_get_cached_queries();
|
$cache_info = db_get_cached_queries();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user