Explorar o código

Minor change to strip accidental echo

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18168 44c647ce-9c0f-0410-b52a-842ac1e357ba
padraic %!s(int64=16) %!d(string=hai) anos
pai
achega
b2f1cac543
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      library/Zend/Crypt/Math.php

+ 0 - 1
library/Zend/Crypt/Math.php

@@ -49,7 +49,6 @@ class Zend_Crypt_Math extends Zend_Crypt_Math_BigInteger
         if (file_exists('/dev/urandom')) {
             $frandom = fopen('/dev/urandom', 'r');
             if ($frandom !== false) {
-                echo $frandom;
                 return fread($frandom, strlen($maximum) - 1);
             }
         }