summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index a1d2d3a4..0fd66f30 100644
--- a/index.php
+++ b/index.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)
@@ -35,9 +35,9 @@ $_SESSION['catalog'] = 0;
* going to let them break their servers
*/
if (Config::get('refresh_limit') > 5) {
- $refresh_limit = Config::get('refresh_limit');
- $ajax_url = '?page=index&action=reloadnp';
- require_once Config::get('prefix') . '/templates/javascript_refresh.inc.php';
+ $refresh_limit = Config::get('refresh_limit');
+ $ajax_url = '?page=index&action=reloadnp';
+ require_once Config::get('prefix') . '/templates/javascript_refresh.inc.php';
}
require_once Config::get('prefix') . '/templates/show_index.inc.php';