commit: e488c9e9fcea1caf476c2ddfb711b1244f64b8c9
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 18:30:50 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 18:30:50 2018 +0000
URL: https://gitweb.gentoo.org/proj/bouncer.git/commit/?id=e488c9e9
Remove a debugging statement from index
php/index.php | 1 -
1 file changed, 1 deletion(-)
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;
}
}