rework seed generation: this is something that really belongs in init.php
[squirrelmail.git] / themes / random.php
index 2064b78d0701d4d3363645a2f5327ac22a559f3b..af6793a2da3a50aea1d55b2ed2ecca3083950cae 100755 (executable)
@@ -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;