diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 33c8493e26..d9df1f260f 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -48,7 +48,7 @@ else{ echo sprintf(__('%s %s - Build %s - MR %s', get_product_name(), $pandora_version, $build_package_version, $config["MR"])); echo '
'; -echo ''. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here +echo ''. __('Page generated at') . ' '. date($config["date_format"]); echo '
® '.get_copyright_notice().''; if (isset ($config['debug'])) {