diff options
author | Friendika <info@friendika.com> | 2011-01-29 22:41:01 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-29 22:41:01 -0800 |
commit | 8673b08c1c1daffcd166ad96b2b3729a893ab5c8 (patch) | |
tree | 83fd558133a136fb39b14ca348fae61cadb25d27 | |
parent | a362dc46e3ea75a9223e753d854631f2b80c6762 (diff) | |
download | volse-hubzilla-8673b08c1c1daffcd166ad96b2b3729a893ab5c8.tar.gz volse-hubzilla-8673b08c1c1daffcd166ad96b2b3729a893ab5c8.tar.bz2 volse-hubzilla-8673b08c1c1daffcd166ad96b2b3729a893ab5c8.zip |
even more cleanup prior to push
-rw-r--r-- | boot.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -17,7 +17,7 @@ define ( 'DOWN_ARROW', '⇩' ); define ( 'SSL_POLICY_NONE', 0 ); define ( 'SSL_POLICY_FULL', 1 ); -define ( 'SSL_POLICY_SELFSIGN', 2 ); +define ( 'SSL_POLICY_SELFSIGN', 2 ); /** @@ -280,8 +280,6 @@ class App { } function get_baseurl($ssl = false) { -// if(strlen($this->baseurl)) -// return $this->baseurl; $scheme = $this->scheme; |