1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

new CONFIG_VERSION configuration option

This commit is contained in:
Andrew Dolgov
2006-03-28 08:56:56 +01:00
parent 5bd977a1d1
commit adf702d686
3 changed files with 28 additions and 2 deletions

View File

@@ -119,5 +119,9 @@
// Hard expiration limit for sessions. Should be
// >= SESSION_COOKIE_LIFETIME_REMEMBER
define('CONFIG_VERSION', 1);
// Expected config version. Please updated this option in config.php
// if necessary (after migrating all new options from this file).
// vim:ft=php
?>