demo mode (you can't update password in demo mode

This commit is contained in:
Nicolas Lœuillet
2013-06-01 08:29:37 +02:00
parent da368cc84f
commit 6499b26ae8
8 changed files with 15 additions and 4 deletions

View File

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