rework seed generation: this is something that really belongs in init.php
[squirrelmail.git] / themes / monostochastic.php
index 2cc37c0f9fba5dd3129a73ae68c28f6bb9f57336..fd7f18202ec36b862101585580b3d0c3386be58a 100755 (executable)
@@ -20,12 +20,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 toggle **/
 $bg = mt_rand(0,1);