proxy.php

Simple redirection proxy
git clone git://git.finwo.net/misc/proxy.php
Log | Files | Refs | README

hash_algos.php (117B)


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