]> git.mxchange.org Git - friendica.git/commitdiff
even more cleanup prior to push
authorFriendika <info@friendika.com>
Sun, 30 Jan 2011 06:41:01 +0000 (22:41 -0800)
committerFriendika <info@friendika.com>
Sun, 30 Jan 2011 06:41:01 +0000 (22:41 -0800)
boot.php

index c4afa07b0c561c1270b571711bcd21a067cb8a28..bb7819fdec38149e9bd5794b0ef33500c6e9f9e1 100644 (file)
--- 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;