commit
38be767a7c
@ -28,10 +28,17 @@
|
||||
*
|
||||
*/
|
||||
|
||||
$phone = $_GET['phone'];
|
||||
|
||||
include '../master.inc.php';
|
||||
|
||||
$phone = GETPOST('phone');
|
||||
|
||||
|
||||
// Security check
|
||||
if (empty($conf->clicktodial->enabled)) {
|
||||
print "Error: Module Click to dial not active\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
// Check parameters
|
||||
if (empty($phone))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user