Update cidlookup.php

This commit is contained in:
Drosis Nikos 2015-10-10 16:01:39 +03:00
parent a1ae920b4a
commit b6b410a99c

View File

@ -30,7 +30,7 @@
include '../master.inc.php'; include '../master.inc.php';
$phone = GETPOST('phone'); $phone = GETPOST('phone');
$notfound = $phone; $notfound = $langs->trans("Unknown");
// Security check // Security check
if (empty($conf->clicktodial->enabled)) if (empty($conf->clicktodial->enabled))