diff --git a/dokuwiki/lib/plugins/phpcvs/auth.php b/dokuwiki/lib/plugins/phpcvs/auth.php index 6f5bbbfe..cc8e08b2 100755 --- a/dokuwiki/lib/plugins/phpcvs/auth.php +++ b/dokuwiki/lib/plugins/phpcvs/auth.php @@ -42,7 +42,7 @@ function trustExternal($user,$pass,$sticky=false){ } /** - * Set a user read via master.php.net + * Set a user read via main.php.net * * Checks if the given user exists and the given * plaintext password is correct @@ -62,7 +62,7 @@ function _setCVSUser($user){ } /** - * Check user+password against master.php.net [required auth function] + * Check user+password against main.php.net [required auth function] * * Checks if the given user exists and the given * plaintext password is correct @@ -86,7 +86,7 @@ function _checkCVSPass($user,$pass = ''){ $ctx = stream_context_create(array("http" => $opts)); - $s = file_get_contents("https://master.php.net/fetch/cvsauth.php", false, $ctx); + $s = file_get_contents("https://main.php.net/fetch/cvsauth.php", false, $ctx); $a = unserialize($s); /*