We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3046c9f + 7d22f0a commit 8274144Copy full SHA for 8274144
system/core/CodeIgniter.php
@@ -99,17 +99,6 @@
99
get_config(array('subclass_prefix' => $assign_to_config['subclass_prefix']));
100
}
101
102
-/*
103
- * ------------------------------------------------------
104
- * Set a liberal script execution time limit
105
106
- */
107
- if (function_exists('set_time_limit') && @ini_get('safe_mode') == 0
108
- && php_sapi_name() !== 'cli') // Do not override the Time Limit value if running from Command Line
109
- {
110
- @set_time_limit(300);
111
- }
112
-
113
/*
114
* ------------------------------------------------------
115
* Start the timer... tick tock tick tock...
0 commit comments