Support bbcode size tag - I may regret this...
This commit is contained in:
parent
6b8bbef6c7
commit
5899ae9017
4 changed files with 7 additions and 5 deletions
4
boot.php
4
boot.php
|
@ -305,9 +305,9 @@ class App {
|
|||
$this->scheme = $parsed['scheme'];
|
||||
|
||||
$this->hostname = $parsed['host'];
|
||||
if($parsed['port'])
|
||||
if(x($parsed,'port'))
|
||||
$this->hostname .= ':' . $parsed['port'];
|
||||
if($parsed['path'])
|
||||
if(x($parsed,'path'))
|
||||
$this->path = trim($parsed['path'],'\\/');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue