Update cidlookup.php

This commit is contained in:
Frédéric FRANCE 2014-12-30 17:59:40 +01:00
parent 8abbac564b
commit 15c98ff2e1

View File

@ -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))
{