mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Show date and time FTL started in settings page
Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
+1
-1
@@ -318,7 +318,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "adlists", "
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Time FTL started:</th>
|
||||
<td><?php print_r(get_FTL_data("start")); ?></td>
|
||||
<td><?php print_r(get_FTL_data("lstart")); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">User / Group:</th>
|
||||
|
||||
Reference in New Issue
Block a user