Commit: a162e3019e896bc0903e311f8d5116875f6db75e Author: Hannes Magnusson <bj...@mongodb.com> Mon, 28 Oct 2013 16:22:17 -0700 Parents: be1bcf78cfbf49891f54417cd5c3b1c9773fee0c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a162e3019e896bc0903e311f8d5116875f6db75e Log: I don't have ext/filter, and it has never been a requirement either Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index 30bc144..e162599 100755 --- a/include/header.inc +++ b/include/header.inc @@ -93,7 +93,7 @@ if (isset($shortname) && $shortname) { -<?php if (!isset($_COOKIE['BetaWarning']) || filter_var($_COOKIE['BetaWarning'],FILTER_VALIDATE_BOOLEAN) == TRUE): ?> +<?php if (!isset($_COOKIE['BetaWarning']) || $_COOKIE['BetaWarning'] == TRUE): ?> <div id="head-beta-warning"> <p id="beta-warning"> <span class="blurb">Welcome to the php.net beta site. If you want to revert back, <a href="?setbeta=0">click here</a></span> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php