mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 12:44:07 +01:00
@@ -157,7 +157,7 @@ else
|
||||
$archive = new PharData($archive_file_name);
|
||||
|
||||
if ($archive->isWritable() !== TRUE) {
|
||||
exit("cannot open/create ".htmlentities($archive_file_name)".<br>\nPHP user: ".exec('whoami')."\n");
|
||||
exit("cannot open/create ".htmlentities($archive_file_name)."<br>\nPHP user: ".exec('whoami')."\n");
|
||||
}
|
||||
|
||||
archive_add_file("/etc/pihole/","whitelist.txt");
|
||||
|
||||
Reference in New Issue
Block a user