Update domain_settings.php
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
//toggle enabled
|
//toggle enabled
|
||||||
if (sizeof($_REQUEST) > 1) {
|
if (sizeof($_REQUEST) > 1) {
|
||||||
|
//get the variables
|
||||||
$action = check_str($_REQUEST["action"]);
|
$action = check_str($_REQUEST["action"]);
|
||||||
$domain_uuid = check_str($_REQUEST["domain_id"]);
|
$domain_uuid = check_str($_REQUEST["domain_id"]);
|
||||||
$domain_setting_uuids = $_REQUEST["id"];
|
$domain_setting_uuids = $_REQUEST["id"];
|
||||||
|
|||||||
Reference in New Issue
Block a user