admin web: add missing include file for add-user function

This commit is contained in:
David Anderson 2018-04-09 18:31:52 -07:00
parent f43e2971fa
commit 938f10bdde
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
require_once("../inc/util_ops.inc");
require_once("../inc/user.inc");
require_once("../inc/user_util.inc");
admin_page_head("Add User");