* fixed othire account creating/installation

* fixed unexpected error logging about email fail
* added max_execution_time to the install finish step
This commit is contained in:
slawkens
2018-01-05 09:30:27 +01:00
parent 515790b1a0
commit 2e4321872a
3 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
<?php
defined('MYAAC') or die('Direct access not allowed!');
ini_set('max_execution_time', 300);
if(isset($config['installed']) && $config['installed'] && !isset($_SESSION['saved'])) {
warning($locale['already_installed']);
}