diff options
-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; } } |