From 6ea50f25a9f52c6030e2333db624dfc72cc10889 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Mon, 31 Mar 2025 16:29:05 -0600 Subject: [PATCH] update --- session/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session/index.php b/session/index.php index db95e91..2de7a98 100755 --- a/session/index.php +++ b/session/index.php @@ -8,7 +8,7 @@ require_once '../vendor/autoload.php'; $dotenv = Dotenv\Dotenv::createImmutable(__DIR__); $dotenv->safeLoad(); -include_once('/session/includes/functions.php'); +include_once('session/includes/functions.php'); authUser(); ?>