From 792ce0c956a4c21fd1f88f35f3f66933f655dfc4 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 21 Jan 2025 00:29:59 -0800 Subject: [PATCH] Include login.php, buffer page output --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index badd2762..3e060dc0 100755 --- a/index.php +++ b/index.php @@ -36,6 +36,7 @@ require_once 'includes/functions.php'; // Default page actions require_once 'includes/dashboard.php'; +require_once 'includes/login.php'; require_once 'includes/authenticate.php'; require_once 'includes/admin.php'; require_once 'includes/dhcp.php'; @@ -97,6 +98,7 @@ initializeApp(); +
@@ -124,6 +126,7 @@ initializeApp();
+