X7ROOT File Manager
Current Path:
/var/softaculous/joomla4
var
/
softaculous
/
joomla4
/
ðŸ“
..
📄
4.3.0-2023-03-28.sql
(139 B)
📄
_4.3.0-2023-03-28.sql
(68 B)
📄
clone.php
(3.97 KB)
📄
configuration.php
(1.99 KB)
📄
edit.php
(5.8 KB)
📄
edit.xml
(629 B)
📄
extend.php
(8.79 KB)
📄
fileindex.php
(236 B)
ðŸ“
images
📄
import.php
(8.62 KB)
📄
info.xml
(3.53 KB)
📄
install.js
(1.33 KB)
📄
install.php
(20.7 KB)
📄
install.xml
(3.23 KB)
📄
joomla4.sql
(302.18 KB)
📄
joomla4.zip
(30.55 MB)
ðŸ“
languages
📄
md5
(13.52 KB)
📄
notes.txt
(3.5 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
restore.php
(2.23 KB)
📄
sign_on.php
(2.35 KB)
📄
update_pass.php
(497 B)
📄
upgrade.php
(24.75 KB)
📄
upgrade.xml
(630 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); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder