MAINTENANCE_MODE
in ./install.php
Global flag to indicate that site is in installation mode.
<?php
define('MAINTENANCE_MODE', 'install');
?>
Login or register to post comments in ./install.php
Global flag to indicate that site is in installation mode.
<?php
define('MAINTENANCE_MODE', 'install');
?>
Login or register to post comments