summaryrefslogtreecommitdiffstats
path: root/server/app.js
diff options
context:
space:
mode:
authorChristian Hofmaier2018-08-10 02:28:51 +0200
committerChristian Hofmaier2018-08-10 02:28:51 +0200
commit79966027428a7d9e1425c63777647e53c9167066 (patch)
treebe23858c24b4ffedd19a6ec188fc5eb87a9c6090 /server/app.js
parent[server/config] Add server configs. (diff)
downloadbas-79966027428a7d9e1425c63777647e53c9167066.tar.gz
bas-79966027428a7d9e1425c63777647e53c9167066.tar.xz
bas-79966027428a7d9e1425c63777647e53c9167066.zip
[permissions] Add recursive group selection + tables changed to search tables
Role Table has now a new column recursiveGroups to display if recursive selection is wanted Roles and Permissions can now have longer descriptions Data-Tables are now Udos Search-Tables
Diffstat (limited to 'server/app.js')
-rw-r--r--server/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/app.js b/server/app.js
index c9a270c..f9b0845 100644
--- a/server/app.js
+++ b/server/app.js
@@ -12,7 +12,7 @@ global.__appdir = __dirname
require('./lib/tftp')
// Read permissions from JSON and update the database
-require('./lib/permissions')
+require('./lib/permissions/index.js')
// ############################################################################
// ########################### setup middleware ###############################