aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-01-30 13:30:50 -0500
committerBrian Evans <grknight@gentoo.org>2018-01-30 13:30:50 -0500
commite488c9e9fcea1caf476c2ddfb711b1244f64b8c9 (patch)
treede6254829f9ea75b8fd7bb9ccfa4f805e2a1ba58 /php
parentRestore headers after they were broken fixing warnings (diff)
downloadbouncer-e488c9e9fcea1caf476c2ddfb711b1244f64b8c9.tar.gz
bouncer-e488c9e9fcea1caf476c2ddfb711b1244f64b8c9.tar.bz2
bouncer-e488c9e9fcea1caf476c2ddfb711b1244f64b8c9.zip
Remove a debugging statement from index
Diffstat (limited to 'php')
-rw-r--r--php/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/index.php b/php/index.php
index aeb7128..b925502 100644
--- a/php/index.php
+++ b/php/index.php
@@ -62,7 +62,6 @@ if (!empty($_GET['os'])&&!empty($_GET['product'])) {
// otherwise, by default, redirect them and exit
header('Location: '.$mirror['mirror_baseurl'].$location['location_path']);
- var_dump($mirror);
exit;
}
}