Update cidlookup.php
This commit is contained in:
parent
8abbac564b
commit
15c98ff2e1
@ -33,6 +33,12 @@ $phone = $_GET['phone'];
|
||||
include '../master.inc.php';
|
||||
|
||||
|
||||
// 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