rework seed generation: this is something that really belongs in init.php
[squirrelmail.git] / themes / greenhouse_effect.php
index e524d36bf0526999fbd8432d090ff41705c1b33f..c6a751cacaf27c2ea1b96d49bd9c01e88220d68b 100755 (executable)
@@ -19,12 +19,6 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_
     die();
 }
 
-/** load sq_mt_randomize() */
-include_once(SM_PATH . 'functions/strings.php');
-
-/** seed the random number generator **/
-sq_mt_randomize();
-
 for ($i = 0; $i <= 16; $i++) {
     /* background/foreground toggle **/
     if ($i == 0 || $i == 3 || $i == 4 || $i == 5