Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../var/softacul.../eventum
File: update_pass.php
<?php
[0] Fix | Delete
[1] Fix | Delete
if (!defined('PASSWORD_DEFAULT')) {
[2] Fix | Delete
define('PASSWORD_BCRYPT', 1);
[3] Fix | Delete
define('PASSWORD_DEFAULT', PASSWORD_BCRYPT);
[4] Fix | Delete
}
[5] Fix | Delete
[6] Fix | Delete
$pass = password_hash('[[admin_pass]]', PASSWORD_DEFAULT);
[7] Fix | Delete
echo '<update_pass>' . $pass . '</update_pass>';
[8] Fix | Delete
[9] Fix | Delete
@unlink('update_pass.php');
[10] Fix | Delete
[11] Fix | Delete
?>
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function