Update voicemail_greetings.php (#4764)

This commit is contained in:
chansizzle 2019-10-09 12:12:09 -06:00 committed by FusionPBX
parent 3f2dc9b185
commit e97587d35e
1 changed files with 1 additions and 4 deletions

View File

@ -41,9 +41,6 @@
$language = new text;
$text = $language->get();
//set the max php execution time
ini_set(max_execution_time,7200);
//get the http get values and set them as php variables
$voicemail_id = $_REQUEST["id"];
$order_by = $_GET["order_by"];
@ -489,4 +486,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>