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;