aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-29 22:41:01 -0800
committerFriendika <info@friendika.com>2011-01-29 22:41:01 -0800
commit8673b08c1c1daffcd166ad96b2b3729a893ab5c8 (patch)
tree83fd558133a136fb39b14ca348fae61cadb25d27 /boot.php
parenta362dc46e3ea75a9223e753d854631f2b80c6762 (diff)
downloadvolse-hubzilla-8673b08c1c1daffcd166ad96b2b3729a893ab5c8.tar.gz
volse-hubzilla-8673b08c1c1daffcd166ad96b2b3729a893ab5c8.tar.bz2
volse-hubzilla-8673b08c1c1daffcd166ad96b2b3729a893ab5c8.zip
even more cleanup prior to push
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index c4afa07b0..bb7819fde 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ define ( 'DOWN_ARROW', '&#x21e9;' );
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;