Test code removed
This commit is contained in:
parent
aa4f9c985f
commit
62915007c6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if ($argc > 1) {
|
||||||
$maint_mode = intval($argv[1]);
|
$maint_mode = intval($argv[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Config::set('system', 'maintenance', $maint_mode);
|
Config::set('system', 'maintenance', $maint_mode);
|
||||||
|
|
||||||
if ($maint_mode AND ($argc > 2)) {
|
if ($maint_mode AND ($argc > 2)) {
|
||||||
$reason_arr = $argv;
|
$reason_arr = $argv;
|
||||||
|
|
Loading…
Reference in a new issue