X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=themes%2Frandom.php;h=13fea8466b044d55acc440fb85c482a104ffa7b3;hb=6d9f22dba5d50ff55b8d6811412feedd3e534acf;hp=2064b78d0701d4d3363645a2f5327ac22a559f3b;hpb=f627180c1eb32250e9656c94ba8740610a99d19a;p=squirrelmail.git diff --git a/themes/random.php b/themes/random.php old mode 100755 new mode 100644 index 2064b78d..13fea846 --- a/themes/random.php +++ b/themes/random.php @@ -6,7 +6,7 @@ * Comment: Guess what this does! * * @author Tyler Akins - * @copyright © 2000-2007 The SquirrelMail Project Team + * @copyright 2000-2010 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -20,10 +20,6 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_ /** 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;