aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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', '⇩' );
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;