From 918d3ec98e5d45774764fe00b7d64bfe74a8a476 Mon Sep 17 00:00:00 2001 From: Enrique Camargo Date: Mon, 27 Feb 2017 12:36:53 +0100 Subject: [PATCH] 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 --- pandora_console/general/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 23022c3d75..9dbaac97eb 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -29,7 +29,7 @@ if (! file_exists ($config["homedir"] . $license_file)) { echo ''; echo sprintf(__('Pandora FMS %s - Build %s', $pandora_version, $build_version)); echo '
'; -echo ''. __('Page generated at') . ' '. ui_print_timestamp ($time, true, array ("prominent" => "timestamp")); //Always use timestamp here +echo ''. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here echo ''; if (isset ($config['debug'])) { $cache_info = array();