diff --git a/index.php b/index.php
index d9bdc51592e1fdf9cbc6b07446cd976e31e4b557..92b959f5e70030511ce4773f7e35845ce41d9d96 100755
--- a/index.php
+++ b/index.php
@@ -59,6 +59,7 @@ if($uri == $conf['basedir']){
   exit(0);
 }
 
+
 //Configure external URIs if necessary
 if(isset($conf['mirror_external_uris']) && $conf['mirror_external_uris'] != false){
   $localUri = $conf['basedir'].$_GET['q'];