Update comment and code in sub.php

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-08-06 22:06:44 +02:00
parent 424fe7636b
commit 7fdafb2dcc

View File

@@ -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");