X7ROOT File Manager
Current Path:
/var/softaculous/pmwiki
var
/
softaculous
/
pmwiki
/
ðŸ“
..
📄
changelog.txt
(2.16 KB)
📄
clone.php
(2.52 KB)
📄
config.php
(8.1 KB)
📄
extend.php
(3.43 KB)
📄
fileindex.php
(88 B)
ðŸ“
images
📄
import.php
(2.39 KB)
📄
index.php
(28 B)
📄
info.xml
(2.64 KB)
📄
install.js
(921 B)
📄
install.php
(4.49 KB)
📄
install.xml
(2.55 KB)
📄
md5
(2.49 KB)
📄
notes.txt
(441 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
pmwiki.zip
(3.34 MB)
📄
update_pass.php
(380 B)
📄
upgrade.php
(3.01 KB)
📄
upgrade.xml
(273 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'); $salt = null; $resp = crypt('[[admin_pass]]', $salt); echo '<update_pass>'.$resp.'</update_pass>'; ?>
Upload File
Create Folder