mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
Update comment and code in sub.php
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -16,8 +16,8 @@ if (empty($api)) {
|
||||
list_verify($type);
|
||||
}
|
||||
|
||||
// Escape shell metacharacters
|
||||
$domains = explode(",",$_POST['domain']);
|
||||
// Split individual domains into array
|
||||
$domains = explode(" ",$_POST['domain']);
|
||||
|
||||
require_once("func.php");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user