mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-31 18:31:02 +00:00
set demo mode to false
This commit is contained in:
parent
538cdfa883
commit
4d8bcc0c6b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if (!is_dir('db/')) {
|
||||||
@mkdir('db/',0705);
|
@mkdir('db/',0705);
|
||||||
}
|
}
|
||||||
|
|
||||||
define ('MODE_DEMO', TRUE);
|
define ('MODE_DEMO', FALSE);
|
||||||
define ('ABS_PATH', 'assets/');
|
define ('ABS_PATH', 'assets/');
|
||||||
define ('CONVERT_LINKS_FOOTNOTES', TRUE);
|
define ('CONVERT_LINKS_FOOTNOTES', TRUE);
|
||||||
define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE);
|
define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue