summaryrefslogtreecommitdiffstats
path: root/server/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/app.js')
-rw-r--r--server/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/app.js b/server/app.js
index 4f5e6dd..c9a270c 100644
--- a/server/app.js
+++ b/server/app.js
@@ -11,6 +11,7 @@ var app = express()
global.__appdir = __dirname
require('./lib/tftp')
+// Read permissions from JSON and update the database
require('./lib/permissions')
// ############################################################################