1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update config.php

vim failed stuff
This commit is contained in:
titoko 2013-11-24 20:03:36 +01:00
parent 6496917135
commit f9579aa2a5

View file

@ -202,11 +202,11 @@ define('PLUGINS', 'auth_internal, note, updater');
define('LOG_DESTINATION', 'sql');
// Log destination to use. Possible values: sql (uses internal logging
w// you can read in Preferences -> System), syslog - logs to system log.
// Setting this to blank uses PHP logging (usually to http server
// error.log).
// you can read in Preferences -> System), syslog - logs to system log.
// Setting this to blank uses PHP logging (usually to http server
// error.log).
define('CONFIG_VERSION', 26);
define('CONFIG_VERSION', 26);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).