- v1.3.3 build files

- new config value `SHOW_COMPLETE_LOGIN_PAGE` hides some sections on login page
This commit is contained in:
Mark Friedrich
2018-01-19 21:21:59 +01:00
parent 2d0d8df578
commit 21df484457
98 changed files with 693 additions and 677 deletions

View File

@@ -3,7 +3,7 @@
[PATHFINDER]
NAME = Pathfinder
; installed version (used for CSS/JS cache busting)
VERSION = v1.3.2
VERSION = v1.3.3
; contact information [optional]
CONTACT = https://github.com/exodus4d
; public contact email [optional]
@@ -15,6 +15,10 @@ REPO = https://github.com/exodus4d/pathfinder
; DO NOT disable this warning unless /setup route is protected by e.g. WebAuth
SHOW_SETUP_WARNING = 1
; show complete login page
; if disabled, some section dont appear (Slideshow, Features, Admin, Install, About) (default: 1)
SHOW_COMPLETE_LOGIN_PAGE = 1
; REGISTRATION ====================================================================================
[PATHFINDER.REGISTRATION]
; registration status (for new users) (0=disabled, 1=enabled)

File diff suppressed because it is too large Load Diff