Commit:    7d6d11e59d23aeb2998e801a83abe844bf54ae91
Author:    Hannes Magnusson <[email protected]>         Sun, 2 Jan 2011 12:35:53 
+0000
Parents:   28b7268c621c30a260eb213c826688775ce3239a
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=7d6d11e59d23aeb2998e801a83abe844bf54ae91

Log:
Also enable betaweb by default on docs.php.net, since that is really the only
mirror with everything setup properly

Changed paths:
  M  include/prepend.inc


Diff:
diff --git a/include/prepend.inc b/include/prepend.inc
index 34dc42b..b1b59ee 100644
--- a/include/prepend.inc
+++ b/include/prepend.inc
@@ -177,7 +177,7 @@ function myphpnet_beta() {
         return (bool)$_GET["beta"];
     }
 
-    if ($MYSITE == "http://prototype.php.net/";) {
+    if ($MYSITE == "http://prototype.php.net/"; || $MYSITE == 
"http://docs.php.net/";) {
         return true;
     }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to