If the maintenance reason is a url, then redirect to this address

This commit is contained in:
Michael 2017-03-19 19:03:09 +00:00
parent 65f809f5cb
commit 24ee60492b
2 changed files with 11 additions and 2 deletions

View file

@ -49,5 +49,5 @@ if ($reason != '') {
}
echo "Usage:\n\n";
echo "\tphp {$argv[0]} [1] [Maintenance reason]\tSet the system in maintenance mode\n";
echo "\tphp {$argv[0]} [1] [Maintenance reason|redirection url]\tSet the system in maintenance mode\n";
echo "\tphp {$argv[0]} 0 \tSet the system in normal mode\n\n";