5 lines
104 B
PHP
Executable File
5 lines
104 B
PHP
Executable File
<?php
|
|
|
|
$digest = sha1('fti^friend^this is the PHRAse FOR thE boBSLeD WEbsite');
|
|
print $digest;
|
|
?>
|