Skip to content

Commit

Permalink
Merge pull request #2461 from BOINC/dpa_make_user
Browse files Browse the repository at this point in the history
admin web: add missing include file for add-user function
  • Loading branch information
TheAspens authored Apr 10, 2018
2 parents 5fc7c36 + 938f10b commit 70f8dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/ops/add_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 70f8dd5

Please sign in to comment.