diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-14 15:12:02 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-14 15:12:02 +0100 |
commit | 054c9d8838e6d339f46d22f90655576fa1d1231d (patch) | |
tree | a4bf71980c55b60c843248b780c90c48e001ab30 /inc/poche/config.inc.default.php | |
parent | 7780b8cb370625e27894636ecce555c8200b6108 (diff) | |
download | wallabag-054c9d8838e6d339f46d22f90655576fa1d1231d.tar.gz wallabag-054c9d8838e6d339f46d22f90655576fa1d1231d.tar.zst wallabag-054c9d8838e6d339f46d22f90655576fa1d1231d.zip |
(definitely) fixed utf8mb4 and check if user already exists in database before installing first user
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-x | inc/poche/config.inc.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 6750383e..16b96f7e 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php | |||
@@ -20,6 +20,7 @@ | |||
20 | @define ('STORAGE_DB', 'poche'); | 20 | @define ('STORAGE_DB', 'poche'); |
21 | @define ('STORAGE_USER', 'poche'); | 21 | @define ('STORAGE_USER', 'poche'); |
22 | @define ('STORAGE_PASSWORD', 'poche'); | 22 | @define ('STORAGE_PASSWORD', 'poche'); |
23 | @define ('MYSQL_USE_UTF8MB4', FALSE); // This should be false unless you know what it is | ||
23 | 24 | ||
24 | ################################################################################# | 25 | ################################################################################# |
25 | # Do not trespass unless you know what you are doing | 26 | # Do not trespass unless you know what you are doing |