Happy New Year
[squirrelmail.git] / themes / random.php
old mode 100755 (executable)
new mode 100644 (file)
index 60884fa..2dc1a95
@@ -6,17 +6,20 @@
  * Comment: Guess what this does!
  *
  * @author Tyler Akins
- * @copyright © 2000-2006 The SquirrelMail Project Team
+ * @copyright 2000-2020 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage themes
  */
 
-/** Initialize the random number generator */
-sq_mt_randomize();
+/** Prevent direct script loading */
+if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE__) {
+    die();
+}
 
-require_once(SM_PATH . 'functions/global.php');
+/** load required functions */
+include_once(SM_PATH . 'functions/global.php');
 
 global $theme;
 
@@ -43,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