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();