rework seed generation: this is something that really belongs in init.php
[squirrelmail.git] / themes / shades_of_grey.php
index 83e5a62a865169a986fd4cdb19f99eed5b8e1966..b5e20541a3026a18989c82cabd2d59e8ba9a9a64 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 or $i == 3 or $i == 4 or $i == 5 or $i == 9 or $i == 10 or $i == 12 or $i == 16) {