-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
80 changed files
with
1,772 additions
and
970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
[globals] | ||
|
||
; prefix all your db table names to avoid conflict | ||
; with other apps that are using the same database | ||
db_table_prefix = fblg_ | ||
|
||
; use 'md5' for PHP < 5.3.7 and 'bcrypt' for best security | ||
password_hash_engine = md5 | ||
password_md5_salt = jK$N!Lx5 | ||
|
||
; 'summernote' | ||
text_editor = sommernote | ||
|
||
;########################## | ||
; additional system config | ||
|
||
; general settings | ||
AUTOLOAD = app/;app/inc/ | ||
UI = ui/ | ||
BACKEND_UI = app/ui/ | ||
UPLOADS = res/ | ||
LOCALES = app/dict/ | ||
# overwrite auto-detection of language | ||
;LANGUAGE=de-DE | ||
|
||
DEV = true | ||
DEBUG = 2 | ||
CACHE = false | ||
TZ = Europe/Berlin | ||
; CORTEX.smartLoading = false | ||
|
||
ONERROR = \Error->render | ||
|
||
;########################## | ||
; additional app config | ||
|
||
; prefix all your db table names to avoid conflict | ||
; with other apps that are using the same database | ||
db_table_prefix = fblg_ | ||
|
||
; use 'md5' for PHP < 5.3.7 and 'bcrypt' for best security | ||
password_hash_engine = md5 | ||
password_md5_salt = jK$N!Lx5 | ||
|
||
; 'summernote' | ||
text_editor = sommernote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.