Commit: 9b8395124694e3007f2911c3316eee201c0d262d Author: Hannes Magnusson <[email protected]> Mon, 28 Oct 2013 16:22:17 -0700 Parents: d78155ead108e75ef072ae92d9cdb2b536eadca3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9b8395124694e3007f2911c3316eee201c0d262d 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
