Update voicemail_greetings.php (#4764)
This commit is contained in:
@@ -41,9 +41,6 @@
|
|||||||
$language = new text;
|
$language = new text;
|
||||||
$text = $language->get();
|
$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
|
//get the http get values and set them as php variables
|
||||||
$voicemail_id = $_REQUEST["id"];
|
$voicemail_id = $_REQUEST["id"];
|
||||||
$order_by = $_GET["order_by"];
|
$order_by = $_GET["order_by"];
|
||||||
|
|||||||
Reference in New Issue
Block a user