From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70A281382C5 for ; Tue, 30 Jan 2018 18:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA26AE0BA4; Tue, 30 Jan 2018 18:31:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9EACE0BA4 for ; Tue, 30 Jan 2018 18:31:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3FF3335C63 for ; Tue, 30 Jan 2018 18:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E661B4 for ; Tue, 30 Jan 2018 18:31:09 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1517337050.e488c9e9fcea1caf476c2ddfb711b1244f64b8c9.grknight@gentoo> Subject: [gentoo-commits] proj/bouncer:master commit in: php/ X-VCS-Repository: proj/bouncer X-VCS-Files: php/index.php X-VCS-Directories: php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e488c9e9fcea1caf476c2ddfb711b1244f64b8c9 X-VCS-Branch: master Date: Tue, 30 Jan 2018 18:31:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67cac279-4ea3-4c6f-a921-00d26ab1971f X-Archives-Hash: 608982c66592386c278c72470f4f441d commit: e488c9e9fcea1caf476c2ddfb711b1244f64b8c9 Author: Brian Evans gentoo org> AuthorDate: Tue Jan 30 18:30:50 2018 +0000 Commit: Brian Evans gentoo 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; } }