summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app.js1
-rw-r--r--app.json4
2 files changed, 0 insertions, 5 deletions
diff --git a/app.js b/app.js
index 67fb2232..eb2a8193 100644
--- a/app.js
+++ b/app.js
@@ -191,7 +191,6 @@ app.locals.serverURL = config.serverURL
app.locals.sourceURL = config.sourceURL
app.locals.allowAnonymous = config.allowAnonymous
app.locals.allowAnonymousEdits = config.allowAnonymousEdits
-app.locals.allowPDFExport = config.allowPDFExport
app.locals.authProviders = {
facebook: config.isFacebookEnable,
twitter: config.isTwitterEnable,
diff --git a/app.json b/app.json
index 24e69a9d..df0af925 100644
--- a/app.json
+++ b/app.json
@@ -143,10 +143,6 @@
"CMD_IMGUR_CLIENTID": {
"description": "Imgur API client id",
"required": false
- },
- "CMD_ALLOW_PDF_EXPORT": {
- "description": "Enable or disable PDF exports",
- "required": false
}
},
"addons": [