diff options
-rwxr-xr-x | inc/poche/Tools.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index 6c176eae..9c748391 100755 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -76,7 +76,6 @@ final class Tools | |||
76 | 76 | ||
77 | // check if BASE_URL is configured | 77 | // check if BASE_URL is configured |
78 | if(BASE_URL) { | 78 | if(BASE_URL) { |
79 | print_r(BASE_URL); | ||
80 | $baseUrl = BASE_URL; | 79 | $baseUrl = BASE_URL; |
81 | } else { | 80 | } else { |
82 | $baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport; | 81 | $baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport; |