mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add DisplayLogin() page handler
This commit is contained in:
parent
792ce0c956
commit
6dbdf89760
@ -70,6 +70,9 @@ function handleCorePageAction(string $page, array &$extraFooterScripts): void
|
|||||||
case "/about":
|
case "/about":
|
||||||
DisplayAbout();
|
DisplayAbout();
|
||||||
break;
|
break;
|
||||||
|
case "/login":
|
||||||
|
DisplayLogin();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
DisplayDashboard($extraFooterScripts);
|
DisplayDashboard($extraFooterScripts);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user