Completed
Pull Request — master (#92)
by Josh
04:04 queued 01:44
created
Zewa/Router.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
         if (is_null($this->baseURL)) {
169 169
             $self = $_SERVER['PHP_SELF'];
170 170
             $server = $_SERVER['HTTP_HOST']
171
-                      . rtrim(str_replace(strstr($self, 'index.php'), '', $self), '/');
171
+                        . rtrim(str_replace(strstr($self, 'index.php'), '', $self), '/');
172 172
 
173 173
             if ((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off')
174 174
                 || !empty($_SERVER['HTTP_X_FORWARDED_PROTO'])
Please login to merge, or discard this patch.