Commit f6aecf70 by Taylor Otwell

Refactor the encryption class.

parent 8a175894
......@@ -69,10 +69,8 @@ class Crypt {
{
return MCRYPT_DEV_RANDOM;
}
else
{
return MCRYPT_RAND;
}
return MCRYPT_RAND;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment