Update cidlookup.php

This commit is contained in:
Frédéric FRANCE 2014-12-30 18:11:55 +01:00
parent 15c98ff2e1
commit ddcd086ada

View File

@ -28,10 +28,11 @@
* *
*/ */
$phone = $_GET['phone'];
include '../master.inc.php'; include '../master.inc.php';
$phone = GETPOST('phone');
// Security check // Security check
if (empty($conf->clicktodial->enabled)) { if (empty($conf->clicktodial->enabled)) {