summaryrefslogtreecommitdiffstats
path: root/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'rss.php')
-rw-r--r--rss.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/rss.php b/rss.php
index 5f694cc1..091d64a5 100644
--- a/rss.php
+++ b/rss.php
@@ -1,5 +1,5 @@
<?php
-/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
+/* vim:set softtabstop=4 shiftwidth=4 expandtab: */
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
@@ -25,8 +25,8 @@ require_once 'lib/init.php';
/* Check Perms */
if (!Config::get('use_rss') || Config::get('demo_mode')) {
- UI::access_denied();
- exit;
+ UI::access_denied();
+ exit;
}
// Add in our base hearder defining the content type