Change data function to show in footer windows compatible - #80

This commit is contained in:
enriquecd 2017-02-27 12:00:28 +01:00
parent 070db42c41
commit ca97686b25
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ echo '<a class="white_bold footer" target="_blank" href="' . $config["homeurl"]
echo sprintf(__('Pandora FMS %s - Build %s - MR %s', $pandora_version, $build_version, $config["MR"])); echo sprintf(__('Pandora FMS %s - Build %s - MR %s', $pandora_version, $build_version, $config["MR"]));
echo '</a><br />'; echo '</a><br />';
echo '<a class="white footer">'. __('Page generated at') . ' '. ui_print_timestamp ($time, true, array ("prominent" => "timestamp")); //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>';
if (isset ($config['debug'])) { if (isset ($config['debug'])) {
$cache_info = array(); $cache_info = array();