mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 03:10:18 +01:00
Fix teleporter to use the 24-hour format.
Split from #1305 Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -540,7 +540,7 @@ if(isset($_POST["action"]))
|
||||
}
|
||||
else
|
||||
{
|
||||
$tarname = "pi-hole-teleporter_".date("Y-m-d_h-i-s").".tar";
|
||||
$tarname = "pi-hole-teleporter_".date("Y-m-d_H-i-s").".tar";
|
||||
$filename = $tarname.".gz";
|
||||
$archive_file_name = sys_get_temp_dir() ."/". $tarname;
|
||||
$archive = new PharData($archive_file_name);
|
||||
|
||||
Reference in New Issue
Block a user