mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
fix #70: if demo mode, fields are filled
This commit is contained in:
parent
70b5d24f72
commit
538cdfa883
3 changed files with 7 additions and 5 deletions
|
@ -8,13 +8,13 @@
|
|||
* @license http://www.wtfpl.net/ see COPYING file
|
||||
*/
|
||||
|
||||
define ('POCHE_VERSION', '0.2.1');
|
||||
define ('POCHE_VERSION', '0.3');
|
||||
|
||||
if (!is_dir('db/')) {
|
||||
@mkdir('db/',0705);
|
||||
}
|
||||
|
||||
define ('MODE_DEMO', FALSE);
|
||||
define ('MODE_DEMO', TRUE);
|
||||
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