Update exec.php
This commit is contained in:
parent
d05e7e7bba
commit
b76e01d0f7
|
|
@ -50,11 +50,11 @@
|
||||||
// }
|
// }
|
||||||
|
|
||||||
//http get variables set to php variables
|
//http get variables set to php variables
|
||||||
if (count($_GET)>0) {
|
if (count($_GET) > 0) {
|
||||||
$switch_cmd = trim(check_str($_GET["cmd"]));
|
$switch_cmd = trim($_GET["cmd"]);
|
||||||
$action = trim(check_str($_GET["action"]));
|
$action = trim($_GET["action"]);
|
||||||
$data = trim(check_str($_GET["data"]));
|
$data = trim($_GET["data"]);
|
||||||
$direction = trim(check_str($_GET["direction"]));
|
$direction = trim($_GET["direction"]);
|
||||||
$username = $_SESSION['username'];
|
$username = $_SESSION['username'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -136,7 +136,6 @@ if (count($_GET) >0) {
|
||||||
echo 'access denied';
|
echo 'access denied';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//set the status so they are compatible with mod_callcenter
|
//set the status so they are compatible with mod_callcenter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue