Took out some charaters that where casuing problems

This commit is contained in:
jengo 2001-01-02 06:26:45 +00:00
parent 74b88a4e0a
commit f2710edd85

View File

@ -173,10 +173,8 @@
$random_char = array("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f",
"g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v",
"w","x","y","z","A","B","C","D","E","F","G","H","I","J","K","L",
"M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","/",";",
",","%","$","!","@","#","^","&","*","(",")","-","_","+","=","|",
"\\","[","]","{","}",";",":",'"',"'","<",">",".","?");
"M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z");
for ($i=0; $i<30; $i++) {
$phpgw_info["server"]["mcrypt_iv"] .= $random_char[rand(1,count($random_char))];
}