X7ROOT File Manager
Current Path:
/var/softaculous/drupal8
var
/
softaculous
/
drupal8
/
ðŸ“
..
📄
.htaccess
(685 B)
📄
NOTES.txt
(2.12 KB)
📄
README.txt
(278 B)
📄
_htaccess
(486 B)
📄
clone.php
(14.3 KB)
📄
drupal8.sql
(2.05 MB)
📄
drupal8.zip
(30.53 MB)
📄
edit.php
(5.06 KB)
📄
edit.xml
(433 B)
📄
extend.php
(14.88 KB)
📄
fileindex.php
(268 B)
ðŸ“
images
📄
import.php
(5.67 KB)
📄
info.xml
(4.04 KB)
📄
install.js
(1.32 KB)
📄
install.php
(10.13 KB)
📄
install.xml
(1.1 KB)
📄
md5
(1.26 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
settings.php
(35.41 KB)
📄
update_pass.php
(541 B)
📄
upgrade.php
(4.49 KB)
📄
upgrade.xml
(309 B)
Editing: update_pass.php
<?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); } define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>
Upload File
Create Folder