1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 02:41:29 +00:00

add optional AUTO_LOGIN for when remote authentication is allowed (closes #295)

This commit is contained in:
Andrew Dolgov
2011-01-11 11:36:35 +03:00
parent 86268d8ba0
commit 12df6592f3
3 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 20);
define('EXPECTED_CONFIG_VERSION', 21);
define('SCHEMA_VERSION', 78);
if (!file_exists("config.php")) {