Author: Rasmus Lerdorf (rlerdorf)
Date: 2021-04-05T22:01:29-07:00
Commit:
https://github.com/php/web-wiki/commit/bdee853d5cbc46e4cbbbe74a3de27883b12b5fc1
Raw diff:
https://github.com/php/web-wiki/commit/bdee853d5cbc46e4cbbbe74a3de27883b12b5fc1.diff
master->main
Changed paths:
M dokuwiki/lib/plugins/phpcvs/auth.php
Diff:
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);
/*
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php