X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fshades_of_grey.php;h=50592acbf03ad915d57a7a56b762f09cda5e58a8;hb=010ff2057b899fd63dd5fea7af6f3550e6f57d95;hp=a7ce6f7b0685b12b26919c632f806ca8d22aafab;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;p=squirrelmail.git diff --git a/themes/shades_of_grey.php b/themes/shades_of_grey.php index a7ce6f7b..50592acb 100755 --- a/themes/shades_of_grey.php +++ b/themes/shades_of_grey.php @@ -7,7 +7,7 @@ * light greyish background with dark text. * * @author Jorey Bump - * @copyright © 2000-2006 The SquirrelMail Project Team + * @copyright © 2000-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -15,8 +15,7 @@ */ /** Prevent direct script loading */ -if ((isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE__) || - (isset($HTTP_SERVER_SERVER['SCRIPT_FILENAME']) && $HTTP_SERVER_SERVER['SCRIPT_FILENAME'] == __FILE__) ) { +if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE__) { die(); }