Allow setup again when problem occurs

This commit is contained in:
Eric
2021-08-19 12:14:14 +02:00
parent fe0c52bedd
commit d0986c048a

View File

@@ -32,7 +32,8 @@
* 'file': string Name of the file to load
* 'session_status': string 'start', 'continue' or 'end'
* 'percent': integer 0..100 the percentage of completion once the file has been loaded
*/
*/
$bBypassMaintenance = true; // Reset maintenance mode in case of problem
define('SAFE_MINIMUM_MEMORY', 64*1024*1024);
require_once('../approot.inc.php');
require_once(APPROOT.'/application/utils.inc.php');