Add missing import to auth.php

This commit is contained in:
towards-a-new-leftypol 2024-06-07 15:06:50 -04:00
parent 17bb78e17e
commit ad5383c196
1 changed files with 2 additions and 0 deletions

View File

@ -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;