summaryrefslogtreecommitdiff
path: root/src/frontend_lib/util.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend_lib/util.php')
-rw-r--r--src/frontend_lib/util.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend_lib/util.php b/src/frontend_lib/util.php
index 3f463a1a..724285da 100644
--- a/src/frontend_lib/util.php
+++ b/src/frontend_lib/util.php
@@ -12,7 +12,6 @@ function &pull(&$arr, $idx, $default) {
}
function url_join($base, $path, $strip=false) {
- file_put_contents('/tmp/debug2', "Iteration:\n" . $base . "\n" . $path . "\n" . $strip, FILE_APPEND);
$flags = $strip ? (http\Url::STRIP_PATH|http\URL::STRIP_QUERY) : 0;
return (new http\URL($base, null, $flags))
->mod(array ("path" => $path), http\Url::JOIN_PATH|http\URL::SANITIZE_PATH)