1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

new option: ALLOW_REMOTE_USER_AUTH

This commit is contained in:
Andrew Dolgov
2007-12-05 10:07:33 +01:00
parent fc46ab83bb
commit 66917e70d0
3 changed files with 15 additions and 4 deletions
+7 -1
View File
@@ -164,7 +164,13 @@
define('DAEMON_FEED_LIMIT', 100);
// Limits the amount of feeds daemon updates on one run
define('CONFIG_VERSION', 12);
define('ALLOW_REMOTE_USER_AUTH', false);
// Set to 'true' if you trust your web server's REMOTE_USER
// environment variable to validate that the user is logged in. This
// option can be used to integrate tt-rss with Apache's external
// authentication modules.
define('CONFIG_VERSION', 13);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).