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:
commit
b0bdcbb3e9
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue