svn: /web/php/trunk/include/ prepend.inc
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
bjori Sun, 02 Jan 2011 12:35:53 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306981
Log:
Also enable betaweb by default on docs.php.net, since that is really the only
mirror with everything setup properly
Changed paths:
U web/php/trunk/include/prepend.inc
Modified: web/php/trunk/include/prepend.inc
===================================================================
--- web/php/trunk/include/prepend.inc 2011-01-02 12:25:38 UTC (rev 306980)
+++ web/php/trunk/include/prepend.inc 2011-01-02 12:35:53 UTC (rev 306981)
@@ -177,7 +177,7 @@
return (bool)$_GET["beta"];
}
- if ($MYSITE == "http://prototype.php.net/") {
+ if ($MYSITE == "http://prototype.php.net/" || $MYSITE == "http://docs.php.net/") {
return true;
}