diff options
author | Brian Evans <grknight@gentoo.org> | 2018-01-30 13:30:50 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-01-30 13:30:50 -0500 |
commit | e488c9e9fcea1caf476c2ddfb711b1244f64b8c9 (patch) | |
tree | de6254829f9ea75b8fd7bb9ccfa4f805e2a1ba58 | |
parent | Restore headers after they were broken fixing warnings (diff) | |
download | bouncer-e488c9e9fcea1caf476c2ddfb711b1244f64b8c9.tar.gz bouncer-e488c9e9fcea1caf476c2ddfb711b1244f64b8c9.tar.bz2 bouncer-e488c9e9fcea1caf476c2ddfb711b1244f64b8c9.zip |
Remove a debugging statement from index
-rw-r--r-- | php/index.php | 1 |
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; } } |