Bladeren bron

Update user_imports.php (#4777)

chansizzle 5 jaren geleden
bovenliggende
commit
7561d76eb9
1 gewijzigde bestanden met toevoegingen van 1 en 4 verwijderingen
  1. 1 4
      core/users/user_imports.php

+ 1 - 4
core/users/user_imports.php

@@ -17,7 +17,7 @@
 
 	The Initial Developer of the Original Code is
 	Mark J Crane <[email protected]>
-	Portions created by the Initial Developer are Copyright (C) 2008-2018
+	Portions created by the Initial Developer are Copyright (C) 2008-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 = check_str($_POST["action"]);
 	$from_row = check_str($_POST["from_row"]);