Update preview pane functionality so it only refreshes message list when viewing...
[squirrelmail.git] / themes / shades_of_grey.php
index a7ce6f7b0685b12b26919c632f806ca8d22aafab..50592acbf03ad915d57a7a56b762f09cda5e58a8 100755 (executable)
@@ -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();
 }