mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
output timezone and current date/time on server
This commit is contained in:
parent
0ad6416d65
commit
7f2d12e299
|
@ -106,6 +106,7 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style {
|
||||||
echo "</tr>\n</thead>\n<tbody>\n";
|
echo "</tr>\n</thead>\n<tbody>\n";
|
||||||
echo "<tr><td>PHP</td><td>".phpversion()."</td></tr>\n";
|
echo "<tr><td>PHP</td><td>".phpversion()."</td></tr>\n";
|
||||||
echo "<tr><td>Path to php.ini</td><td>".php_ini_loaded_file()."</td></tr>\n";
|
echo "<tr><td>Path to php.ini</td><td>".php_ini_loaded_file()."</td></tr>\n";
|
||||||
|
echo "<tr><td>Timezone</td><td>".date_default_timezone_get()." (Current date/time on server is ".getLongReadableDate(time()).")</td></tr>\n";
|
||||||
echo "</tbody>\n</table>\n";
|
echo "</tbody>\n</table>\n";
|
||||||
|
|
||||||
$this->contentHeading(getMLText("installed_php_extensions"));
|
$this->contentHeading(getMLText("installed_php_extensions"));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user