Completed
Pull Request — master (#32)
by
unknown
02:39
created
lib/SSpkS/Handler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         if (isset($_REQUEST['unique']) && substr($_REQUEST['unique'], 0, 8) == 'synology') {
28 28
             $handler = new SynologyHandler($this->config);
29 29
         } elseif (isset($this->config->site['redirectindex']) && !empty($this->config->site['redirectindex'])) {
30
-            header('Location: '.$this->config->site['redirectindex']);
30
+            header('Location: ' . $this->config->site['redirectindex']);
31 31
             die();
32 32
         } elseif ($_SERVER['REQUEST_METHOD'] == 'GET') {
33 33
             // GET-request, probably browser --> show HTML
Please login to merge, or discard this patch.