X7ROOT File Manager
Current Path:
/var/softaculous/goffice67
var
/
softaculous
/
goffice67
/
ðŸ“
..
📄
.htaccess
(537 B)
📄
NOTES.txt
(1.6 KB)
📄
clone.php
(6.28 KB)
📄
config.php
(258 B)
📄
data.zip
(1.92 KB)
📄
edit.php
(7.53 KB)
📄
edit.xml
(433 B)
📄
extend.php
(8.78 KB)
📄
fileindex.php
(210 B)
📄
goffice67.sql
(153.58 KB)
📄
goffice67.zip
(87.69 MB)
ðŸ“
images
📄
import.php
(4.72 KB)
📄
info.xml
(4.74 KB)
📄
install.js
(924 B)
📄
install.php
(6.27 KB)
📄
install.xml
(844 B)
📄
md5
(2.27 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(497 B)
📄
upgrade.php
(5.46 KB)
📄
upgrade.xml
(322 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