Update the files in calls active.

This commit is contained in:
Mark Crane
2012-11-24 02:50:11 +00:00
parent f50abd3005
commit c2f1d8eb54
7 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ else {
}
//authorized referrer
if(stristr($_SERVER["HTTP_REFERER"], '/v_calls_active_extensions.php') === false) {
if(stristr($_SERVER["HTTP_REFERER"], '/v_calls_active.php') === false) {
if(stristr($_SERVER["HTTP_REFERER"], '/calls_active_extensions.php') === false) {
if(stristr($_SERVER["HTTP_REFERER"], '/calls_active.php') === false) {
echo " access denied";
exit;
}