Files
bobsleighphotos.com/_old/version_2/_admin/digester.php
2017-03-02 20:30:40 -06:00

5 lines
104 B
PHP
Executable File

<?php
$digest = sha1('fti^friend^this is the PHRAse FOR thE boBSLeD WEbsite');
print $digest;
?>