';
echo sprintf(__('Pandora FMS %s - Build %s', $pandora_version, $build_version));
echo '
';
echo ''. __('Page generated at') . ' '. print_timestamp ($time, true, array ("prominent" => "timestamp")); //Always use timestamp here
echo '';
if (isset ($config['debug'])) {
echo ' - Saved '.format_numeric ($sql_cache["saved"]).' Queries';
}
?>