From e488c9e9fcea1caf476c2ddfb711b1244f64b8c9 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Tue, 30 Jan 2018 13:30:50 -0500 Subject: 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; } } -- cgit v1.2.3-18-g5258