Dialplan Inbound - Multi lang rev.02 - Missed "access denied"

This commit is contained in:
Rinor Hoxha
2012-11-24 23:14:28 +00:00
parent 84cf232360
commit 925a8337ba
2 changed files with 6 additions and 3 deletions
@@ -30,7 +30,7 @@ if (permission_exists('inbound_route_add')) {
//access granted
}
else {
echo "access denied";
echo $text['label-access-denied'];
exit;
}
require_once "includes/header.php";