From a5239443d390e08c73ef9d055b666e460458577e Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 9 Oct 2019 12:12:09 -0600 Subject: [PATCH] Update voicemail_greetings.php (#4764) --- app/voicemail_greetings/voicemail_greetings.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/voicemail_greetings/voicemail_greetings.php b/app/voicemail_greetings/voicemail_greetings.php index b6d649ebc2..30cab8d896 100644 --- a/app/voicemail_greetings/voicemail_greetings.php +++ b/app/voicemail_greetings/voicemail_greetings.php @@ -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"; -?> \ No newline at end of file +?>