Update destination_imports.php (#4714)

This commit is contained in:
chansizzle 2019-10-02 16:46:05 -06:00 committed by FusionPBX
parent b480ffb9c3
commit 9af19f3236
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@
}
}
//set the max php execution time
ini_set(max_execution_time,7200);
//get the http get values and set them as php variables
$action = $_POST["action"];
$order_by = $_POST["order_by"];