Happy 2017
[squirrelmail.git] / themes / random.php
old mode 100755 (executable)
new mode 100644 (file)
index c93d8d8..2a09811
@@ -6,7 +6,7 @@
  * Comment: Guess what this does!
  *
  * @author Tyler Akins
- * @copyright © 2000-2006 The SquirrelMail Project Team
+ * @copyright 2000-2017 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
 
 /** 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();
 }
 
 /** load required functions */
 include_once(SM_PATH . 'functions/global.php');
-include_once(SM_PATH . 'functions/strings.php');
-
-/** Initialize the random number generator */
-sq_mt_randomize();
 
 global $theme;
 
@@ -51,5 +46,3 @@ if (!sqsession_is_registered('random_theme_good_theme')) {
 }
 
 @include_once (SM_PATH . $random_theme_good_theme);
-
-?>
\ No newline at end of file