X7ROOT File Manager
Current Path:
/var/softaculous/espo
var
/
softaculous
/
espo
/
📁
..
📄
_config.php
(49 B)
📄
clone.php
(5.75 KB)
📄
config-internal.php
(1.07 KB)
📄
config.php
(8.51 KB)
📄
edit.php
(4.99 KB)
📄
edit.xml
(433 B)
📄
espo.sql
(158.41 KB)
📄
espo.zip
(33.1 MB)
📄
extend.php
(9.75 KB)
📄
fileindex.php
(219 B)
📄
getuid.php
(497 B)
📁
images
📄
import.php
(3.09 KB)
📄
info.xml
(5.37 KB)
📄
install.js
(924 B)
📄
install.php
(9.54 KB)
📄
install.xml
(2.02 KB)
📄
md5
(4.36 KB)
📄
notes.txt
(949 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
update_pass.php
(1.04 KB)
Editing: getuid.php
<?php $owner = function_exists('posix_getuid') ? posix_getuid() : 0; $group = function_exists('posix_getegid') ? posix_getegid() : 0; echo '\<owner>'.$owner.'</owner>'; echo '\<group>'.$group.'</group>'; // this is to handle secret key generation $SecretKey = __generateSecretKey(); echo '\<secretkey>'.$SecretKey.'</secretkey>'; function __generateSecretKey() { if (!function_exists('random_bytes')) { return uniqid() . substr(md5(rand()), 0, 4); } return bin2hex(random_bytes(16)); } ?>
Upload File
Create Folder