Current Path :
/
var
/
softaculous
/
buggenie
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//var/softaculous/buggenie/update_pass.php
<?php $resp = crypt('[[admin_pass]]', '$2a$07$'.'[[salt]]'.'$'); echo '<update_pass>'.$resp.'</update_pass>'; ?>