]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
optional login form/http basic auth support
[tt-rss.git] / config.php-dist
index eeb1961bc2476a115ee0796064f985f0451c2bdd..8e34e7b2c9c3fba9094edfafd77540f7b53feb96 100644 (file)
@@ -13,5 +13,8 @@
        
        define(WEB_DEMO_MODE, false);
 
+
+       define(USE_HTTP_AUTH, false);
+       // use HTTP Basic authentication
 ?>