mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
demo mode (you can't update password in demo mode
This commit is contained in:
parent
da368cc84f
commit
6499b26ae8
8 changed files with 15 additions and 4 deletions
|
@ -14,6 +14,7 @@ if (!is_dir('db/')) {
|
|||
@mkdir('db/',0705);
|
||||
}
|
||||
|
||||
define ('MODE_DEMO', FALSE);
|
||||
define ('ABS_PATH', 'assets/');
|
||||
define ('CONVERT_LINKS_FOOTNOTES', TRUE);
|
||||
define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue