1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Added server-time to admin 'Site info'. (useful when setting crons etc. )

This commit is contained in:
CaMer0n 2009-12-27 11:50:34 +00:00
parent d450b9dd7d
commit b75bbc5295
2 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?php
/*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id: admin_shortcodes_class.php,v 1.33 2009-12-01 20:05:53 e107steved Exp $
* $Id: admin_shortcodes_class.php,v 1.34 2009-12-27 11:50:34 e107coders Exp $
*
* Admin shortcode batch - class
*/
@ -807,7 +807,13 @@ class admin_shortcodes
".FOOTLAN_16.": ".$mySQLdefaultdb."
<br /><br />
<b>".FOOTLAN_17."</b>
<br />utf-8"; //@TODO is this still needed?
<br />utf-8
<br /><br />
<b>".FOOTLAN_19."</b>
<br />
".date('r').
"<br />";
return $ns->tablerender(FOOTLAN_13, $text, '', TRUE);
}
}

View File

@ -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");
?>