From dadb7b23184bc29c0a3567356e45a8b89b9fddcd Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Fri, 7 Jun 2024 15:06:50 -0400 Subject: [PATCH] Add missing import to auth.php --- inc/mod/auth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/mod/auth.php b/inc/mod/auth.php index 9a568ff9..804bcd50 100644 --- a/inc/mod/auth.php +++ b/inc/mod/auth.php @@ -6,6 +6,8 @@ defined('TINYBOARD') or exit; +require_once 'inc/mod/pages.php'; + // create a hash/salt pair for validate logins function mkhash($username, $password, $salt = false) { global $config;