Commit: e341f5895e6ec79bddac668a5b4c85bc1d9da354 Author: Kalle Sommer Nielsen <[email protected]> Fri, 19 Apr 2019 14:10:46 +0300 Parents: 63083be868a453aa3a494b1dd281746c006a9e72 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e341f5895e6ec79bddac668a5b4c85bc1d9da354 Log: Fix typo and remove the mirroring part of requesting a Git account Changed paths: M git-php.php Diff: diff --git a/git-php.php b/git-php.php index 828e79a..06ec5e6 100644 --- a/git-php.php +++ b/git-php.php @@ -237,10 +237,6 @@ EOT; <td class="sub">Writing web pages with PHP</td> <td> </td> </tr> - <tr> - <td class="sub">Setting up a php.net mirror site</td> - <td> </td> - </tr> </table> <h3 class="content-header">Contributing patches</h3> @@ -325,7 +321,7 @@ EOT; </p> <p> - If you get no resposne to an account request after a while, remember this is a + If you get no response to an account request after a while, remember this is a manual process, then please contact the relevant mailing list that belongs to the part of PHP you requested access to. </p> @@ -377,7 +373,7 @@ EOT; $purposes = array("Learning PHP", "Coding in PHP", "Reading the PHP source", "Using PHP extensions", "Creating experimental PHP extensions", "Submitting a patch to PHP", "Adding notes to the documentation", - "Writing web pages with PHP", "Setting up a php.net mirror site"); + "Writing web pages with PHP"); foreach ($purposes as $i => $p) { ?> <input type="checkbox" name="purpose[<?php echo $i?>]" value="1" -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
