From b75bbc5295b983e6d1fef248e729a8c1573ae058 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Sun, 27 Dec 2009 11:50:34 +0000 Subject: [PATCH] Added server-time to admin 'Site info'. (useful when setting crons etc. ) --- e107_files/shortcode/batch/admin_shortcodes_class.php | 10 ++++++++-- e107_languages/English/admin/lan_footer.php | 8 ++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/e107_files/shortcode/batch/admin_shortcodes_class.php b/e107_files/shortcode/batch/admin_shortcodes_class.php index 70b50220b..5e0cb04d9 100644 --- a/e107_files/shortcode/batch/admin_shortcodes_class.php +++ b/e107_files/shortcode/batch/admin_shortcodes_class.php @@ -1,7 +1,7 @@
".FOOTLAN_17." -
utf-8"; //@TODO is this still needed? +
utf-8 +

+ ".FOOTLAN_19." +
+ ".date('r'). + "
"; + return $ns->tablerender(FOOTLAN_13, $text, '', TRUE); } } diff --git a/e107_languages/English/admin/lan_footer.php b/e107_languages/English/admin/lan_footer.php index 77dd8530a..41c554b40 100644 --- a/e107_languages/English/admin/lan_footer.php +++ b/e107_languages/English/admin/lan_footer.php @@ -4,9 +4,9 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_footer.php,v $ -| $Revision: 1.2 $ -| $Date: 2006-12-29 17:45:58 $ -| $Author: e107steved $ +| $Revision: 1.3 $ +| $Date: 2009-12-27 11:50:34 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ define("FOOTLAN_1", "Site"); @@ -27,5 +27,5 @@ define("FOOTLAN_15", "Documentation"); define("FOOTLAN_16", "Database"); define("FOOTLAN_17", "Charset"); define("FOOTLAN_18", "Site Theme"); - +define("FOOTLAN_19", "Server Time"); ?> \ No newline at end of file