Update DateTime.page

This commit is contained in:
bergware
2023-10-28 10:13:39 +02:00
parent e7b31f410c
commit d4b1366dae
+2 -2
View File
@@ -16,10 +16,10 @@ Tag="clock-o"
*/
?>
<?
$keys = explode("\n", file_get_contents('webGui/include/timezones.key'));
$keys = explode("\n",file_get_contents("$docroot/webGui/include/timezones.key"));
?>
<form markdown="1" name="datetime_settings" method="POST" action="/update.htm" target="progressFrame">
<input type="hidden" name="setDateTime" value="Apply">
<input type="hidden" name="setDateTime" value="apply">
_(Current date and time)_:
: <?=_(my_time(time()),0)?>