mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
If the maintenance reason is a url, then redirect to this address
This commit is contained in:
parent
65f809f5cb
commit
24ee60492b
2 changed files with 11 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue