1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 11:12:09 +02:00

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.
This commit is contained in:
Gabor Hojtsy
2001-09-19 16:30:25 +00:00
parent 697f8d47b6
commit 96232da5ee

View File

@@ -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,'/');