From 96232da5ee3422a3cd40e747289ef1cbcf5bf2f2 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Wed, 19 Sep 2001 16:30:25 +0000 Subject: [PATCH] I would like to see those mirror informations! As the MIRRORS array is not correct now, this page wont let me in, just ends up in a infinite redirection loop. Disabling this thing temporarly to access the mirror admin page. --- admin/mirrors.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/mirrors.php b/admin/mirrors.php index 5d42a0ccc..2319fd458 100644 --- a/admin/mirrors.php +++ b/admin/mirrors.php @@ -2,10 +2,12 @@ require 'prepend.inc'; require 'cvs-auth.inc'; +/* if (!is_primary_site()) { header("Location: http://www.php.net/admin/mirrors.php"); exit; } +*/ if (isset($save) && isset($user) && isset($pw)) { setcookie("MAGIC_COOKIE",base64_encode("$user:$pw"),time()+3600*24*12,'/');