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

optional login form/http basic auth support

This commit is contained in:
Andrew Dolgov
2005-11-18 07:21:24 +01:00
parent 1c7f75ed2c
commit c8437f35c6
5 changed files with 61 additions and 18 deletions

View File

@@ -13,5 +13,8 @@
define(WEB_DEMO_MODE, false);
define(USE_HTTP_AUTH, false);
// use HTTP Basic authentication
?>