delete the debug call
This commit is contained in:
parent
984805649e
commit
85fb64c207
@ -76,7 +76,6 @@ final class Tools
|
|||||||
|
|
||||||
// check if BASE_URL is configured
|
// check if BASE_URL is configured
|
||||||
if(BASE_URL) {
|
if(BASE_URL) {
|
||||||
print_r(BASE_URL);
|
|
||||||
$baseUrl = BASE_URL;
|
$baseUrl = BASE_URL;
|
||||||
} else {
|
} else {
|
||||||
$baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport;
|
$baseUrl = 'http' . ($https ? 's' : '') . '://' . $host . $serverport;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user