From 609beabeb30bf29f53e069b04aa2512f5d1d1335 Mon Sep 17 00:00:00 2001 From: buster Date: Sun, 7 Apr 2024 03:13:59 +0200 Subject: [PATCH] Comment enable /admin page --- config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.js b/config.js index aaf62d6..c6b49d6 100644 --- a/config.js +++ b/config.js @@ -35,6 +35,8 @@ const config = { "4838400": "8 Weeks" }, // admin password, set to false to disable /admin page + // to enable /admin page set your password like this: + // "adminPass": "YourSecurePassword", "adminPass": false, // upload password, set to false to disable "uploadPass": false,