mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Update maintenance.php
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
$pia_db = str_replace('front', 'db', getcwd()).'/pialert.db';
|
||||
//echo $pia_db;
|
||||
$pia_db_size = number_format(filesize($pia_db),2,",",".") . ' Byte';
|
||||
$pia_db_size = number_format(filesize($pia_db),0,",",".") . ' Byte';
|
||||
//echo $pia_db_size;
|
||||
$pia_db_mod = date ("F d Y H:i:s", filemtime($pia_db));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user