|
@@ -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.