Update destination_imports.php (#4714)

This commit is contained in:
chansizzle
2019-10-02 15:46:05 -07:00
committed by FusionPBX
parent 8a192430b9
commit 7908b54031
-3
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"];