From 3bc3113c4c4ea99be651d3d268459b44885ec9ad Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 27 Feb 2014 21:05:18 +0000 Subject: [PATCH] Added PasswordHash.php to adduser.php --- adduser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/adduser.php b/adduser.php index 18c41d8dd..4de2208be 100755 --- a/adduser.php +++ b/adduser.php @@ -19,6 +19,7 @@ include("includes/defaults.inc.php"); include("config.php"); include("includes/definitions.inc.php"); include("includes/functions.php"); +require("html/includes/PasswordHash.php"); if (file_exists('html/includes/authentication/' . $config['auth_mechanism'] . '.inc.php')) {