1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 03:12:21 -05:00

set demo mode to false

This commit is contained in:
Nicolas Lœuillet 2013-07-31 19:58:14 +02:00
parent 538cdfa883
commit 4d8bcc0c6b

View File

@ -14,7 +14,7 @@ if (!is_dir('db/')) {
@mkdir('db/',0705);
}
define ('MODE_DEMO', TRUE);
define ('MODE_DEMO', FALSE);
define ('ABS_PATH', 'assets/');
define ('CONVERT_LINKS_FOOTNOTES', TRUE);
define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE);