Merge branch '80-pandora-en-windows-no-muestra-la-hora-en-el-footer' into 'develop'

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

See merge request !208
This commit is contained in:
Enrique Camargo 2017-02-27 12:36:53 +01:00
commit b0bdcbb3e9
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 '</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>';
if (isset ($config['debug'])) {
$cache_info = array();