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:
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) {
|
||||||
|
Reference in New Issue
Block a user