fix #70: if demo mode, fields are filled

This commit is contained in:
Nicolas Lœuillet
2013-07-31 19:37:14 +02:00
parent 70b5d24f72
commit 538cdfa883
3 changed files with 7 additions and 5 deletions

View File

@ -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);