From ddcd086ada2fed56d91f9f8923760f0c1dda33dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 30 Dec 2014 18:11:55 +0100 Subject: [PATCH] Update cidlookup.php --- htdocs/asterisk/cidlookup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/asterisk/cidlookup.php b/htdocs/asterisk/cidlookup.php index 9ef0e85f326..6b566e60f55 100644 --- a/htdocs/asterisk/cidlookup.php +++ b/htdocs/asterisk/cidlookup.php @@ -28,10 +28,11 @@ * */ -$phone = $_GET['phone']; include '../master.inc.php'; +$phone = GETPOST('phone'); + // Security check if (empty($conf->clicktodial->enabled)) {