diff --git a/include/prepend.inc b/include/prepend.inc index 7bb4ec3a6..b0625c132 100644 --- a/include/prepend.inc +++ b/include/prepend.inc @@ -183,12 +183,14 @@ function myphpnet_setbeta($bool = false) { $MYPHPNET[4] = (bool) $bool; } function myphpnet_beta() { +/* global $MYPHPNET; global $MYSITE; if (isset($_GET["beta"])) { return (bool)$_GET["beta"]; } +*/ return true; } diff --git a/my.php b/my.php index 8193e6871..6940e1e79 100644 --- a/my.php +++ b/my.php @@ -67,10 +67,6 @@ if (isset($_POST['hidesuggest'])) { myphpnet_hidesuggest($_POST['hidesuggest']); } -if (isset($_POST['beta'])) { - myphpnet_setbeta($_POST['beta']); -} - myphpnet_save(); site_header("My PHP.net", array("current" => "community")); @@ -273,24 +269,6 @@ foreach ($mirror_sites as $murl => $mdata) { - -
- php.net is undergoing plastic surgery these days. If you want to see
- how the site may look in the future, you can join our beta program.
-
- Comments, feedback and patches should be directed to
- php-webmaster@lists.php.net.
-