moving the maintenance.html file to the appropriate place
This commit is contained in:
parent
532f8ece6b
commit
4344007a88
3 changed files with 130 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ sub handler {
|
|||
if ($session->setting->get("specialState") eq "upgrading") {
|
||||
$session->http->sendHeader;
|
||||
my $output = "";
|
||||
open(my $FILE,"<",$session->config->getWebguiRoot."/docs/maintenance.html");
|
||||
open(my $FILE,"<",$session->config->getWebguiRoot."/www/maintenance.html");
|
||||
while (<$FILE>) {
|
||||
$output .= $_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue