X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fspice_of_life.php;fp=themes%2Fspice_of_life.php;h=235be941a92dbb1584beb465dc7a39c28cf302a7;hb=79dd8c728f29d35dc3f971cd936e164927002bde;hp=217e5e5703115e8f7d86c989c720ade68648b576;hpb=b318c42e10d8f92bfbf8f083345251b7323619b0;p=squirrelmail.git diff --git a/themes/spice_of_life.php b/themes/spice_of_life.php index 217e5e57..235be941 100755 --- a/themes/spice_of_life.php +++ b/themes/spice_of_life.php @@ -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);