From 9af19f32367313d73371bc0c78e431ec1b51f75c Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 2 Oct 2019 16:46:05 -0600 Subject: [PATCH] Update destination_imports.php (#4714) --- app/destinations/destination_imports.php | 3 --- 1 file changed, 3 deletions(-) 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"];