mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
change alert time to 24 hour
This commit is contained in:
parent
abe524dc01
commit
b8a3e66fcd
@ -41,7 +41,7 @@ require_once("notices.inc");
|
||||
if (are_notices_pending()) {
|
||||
$notices = get_notices();
|
||||
foreach ($notices as $key => $value) {
|
||||
$date = date("m-d-y h:i:s", $key);
|
||||
$date = date("m-d-y H:i:s", $key);
|
||||
$noticemsg = str_replace("'", "", $value['notice']);
|
||||
$noticemsg = str_replace('"', "", $noticemsg);
|
||||
$noticemsg = str_replace("\n", "", $noticemsg);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user