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:
@@ -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,'/');
|
||||
|
||||
Reference in New Issue
Block a user