hash_algos.php (117B)
1 <?php 2 3 if (!function_exists('hash_algos')) { 4 function hash_algos() 5 { 6 return array( 'none' ); 7 } 8 }