Update cidlookup.php
This commit is contained in:
parent
15c98ff2e1
commit
ddcd086ada
@ -28,10 +28,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
$phone = $_GET['phone'];
|
||||
|
||||
include '../master.inc.php';
|
||||
|
||||
$phone = GETPOST('phone');
|
||||
|
||||
|
||||
// Security check
|
||||
if (empty($conf->clicktodial->enabled)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user