rework seed generation: this is something that really belongs in init.php
[squirrelmail.git] / themes / spice_of_life.php
index 217e5e5703115e8f7d86c989c720ade68648b576..235be941a92dbb1584beb465dc7a39c28cf302a7 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();
-
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);