mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Minor: define status + redirectUrl vars
This commit is contained in:
parent
9c4f8be363
commit
2b92d028f6
2
includes/login.php
Normal file → Executable file
2
includes/login.php
Normal file → Executable file
@ -10,6 +10,8 @@ function DisplayLogin()
|
|||||||
{
|
{
|
||||||
// initialize auth object
|
// initialize auth object
|
||||||
$auth = new \RaspAP\Auth\HTTPAuth;
|
$auth = new \RaspAP\Auth\HTTPAuth;
|
||||||
|
$status = null;
|
||||||
|
$redirectUrl = null;
|
||||||
|
|
||||||
// handle page action
|
// handle page action
|
||||||
if (RASPI_AUTH_ENABLED) {
|
if (RASPI_AUTH_ENABLED) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user