HOME


5h-3LL 1.0
DIR: /var/softaculous/buggenie
/var/softaculous/buggenie/
Upload File:
Current File : /var/softaculous/buggenie/update_pass.php
<?php

$resp = crypt('[[admin_pass]]', '$2a$07$'.'[[salt]]'.'$');
echo '<update_pass>'.$resp.'</update_pass>';

?>