mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-04-25 18:40:57 +00:00
Added missing module (refs #87)
This commit is contained in:
parent
d3dee0e495
commit
a37ec76d8c
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
-- You should have received a copy of the GNU General Public License
|
||||
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
local auth = wolfa_requireModule("auth.auth")
|
||||
|
||||
local admin = wolfa_requireModule("admin.admin")
|
||||
local mutes = wolfa_requireModule("admin.mutes")
|
||||
local history = wolfa_requireModule("admin.history")
|
||||
|
|
Loading…
Reference in a new issue