diff --git a/app/destinations/destination_imports.php b/app/destinations/destination_imports.php index fd1b81afda..184a575b03 100644 --- a/app/destinations/destination_imports.php +++ b/app/destinations/destination_imports.php @@ -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"];