Skip to content

Commit 70f8dd5

Browse files
authored
Merge pull request #2461 from BOINC/dpa_make_user
admin web: add missing include file for add-user function
2 parents 5fc7c36 + 938f10b commit 70f8dd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

html/ops/add_user.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require_once("../inc/util_ops.inc");
44
require_once("../inc/user.inc");
5+
require_once("../inc/user_util.inc");
56

67
admin_page_head("Add User");
78

0 commit comments

Comments
 (0)