]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - config.php.sample
Remove CSRF protection from username/password login and from OpenID login.
[quix0rs-gnu-social.git] / config.php.sample
index 20de7ffedfb72acc5df9808add46e1703d4a0273..5481ca539e591a10bb1ad0c6d94991bd9aeacb59 100644 (file)
@@ -45,7 +45,7 @@ $config['site']['path'] = 'statusnet';
 // lighttpd, nginx), you can enable X-Sendfile support for better
 // performance. Presently, only attachment serving when the site is
 // in private mode will use X-Sendfile.
-// $config['site']['X-Sendfile'] = false;
+// $config['site']['use_x_sendfile'] = false;
 // You may also need to enable X-Sendfile support for your web server and
 // allow it to access files outside of the web root. For Apache with
 // mod_xsendfile, you can add these to your .htaccess or server config: