mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Took out some charaters that where casuing problems
This commit is contained in:
parent
74b88a4e0a
commit
f2710edd85
@ -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))];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user