diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index c2ae673355..db9755e030 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -807,7 +807,10 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " "; echo ""; echo ""; - echo "
".$text['billing-warning']."
" ; + if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.php")){ + echo "".$text['billing-warning']."
"; + } + //show the footer require_once "resources/footer.php"; ?>