From 5d4c02433c11d2e61ea10304d71bf343fc4ea457 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Fri, 27 Sep 2019 20:50:19 -0600 Subject: [PATCH] Update extension_imports.php (#4683) --- app/extensions/extension_imports.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/extensions/extension_imports.php b/app/extensions/extension_imports.php index 523ce6e982..5b855986ad 100644 --- a/app/extensions/extension_imports.php +++ b/app/extensions/extension_imports.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 + Portions created by the Initial Developer are Copyright (C) 2018-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -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"]; $from_row = $_POST["from_row"];