Browse Source

Refactor the encryption class.

Taylor Otwell 13 years ago
parent
commit
f6aecf706a
1 changed files with 2 additions and 4 deletions
  1. 2 4
      system/crypt.php

+ 2 - 4
system/crypt.php

@@ -69,10 +69,8 @@ class Crypt {
 		{
 			return MCRYPT_DEV_RANDOM;
 		}
-		else
-		{
-			return MCRYPT_RAND;
-		}
+
+		return MCRYPT_RAND;
 	}
 
 	/**