diff options
author | Christoph (Sheogorath) Kern | 2018-11-11 19:00:03 +0100 |
---|---|---|
committer | GitHub | 2018-11-11 19:00:03 +0100 |
commit | ca9c4b3135e071bb599aad734930c5d1d339dc27 (patch) | |
tree | c7b2731235be1c08e3fc94cc85fd8ed21fac48e8 /app.js | |
parent | 4e5e7df4f8ed5b4317ab9205ceb8c2b3231517ad (diff) | |
parent | bcc914a7735290b86e0df428aed75dabdf9f1eca (diff) |
Merge pull request #991 from SISheogorath/feature/fullversion
Add full version string (and no AGPL violation detection)
Diffstat (limited to '')
-rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ app.set('view engine', 'ejs') // set generally available variables for all views app.locals.useCDN = config.useCDN 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 |