Skip to content
Snippets Groups Projects
Commit e759f7e7 authored by Demian Katz's avatar Demian Katz
Browse files

Don't time out during security fix.

parent d9fdd03f
......@@ -688,6 +688,9 @@ class InstallController extends AbstractBase
*/
public function performsecurityfixAction()
{
// This can take a while -- don't time out!
set_time_limit(0);
// First, set encryption/hashing to true, and set the key
$config = $this->getConfig();
$configPath = ConfigLocator::getLocalConfigPath('config.ini', null, true);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment