X7ROOT File Manager
Current Path:
/var/softaculous/espo
var
/
softaculous
/
espo
/
📁
..
📄
_config.php
(49 B)
📄
clone.php
(5.79 KB)
📄
config-internal.php
(1.07 KB)
📄
config.php
(8.44 KB)
📄
edit.php
(4.96 KB)
📄
edit.xml
(433 B)
📄
espo.sql
(161.21 KB)
📄
espo.zip
(36.76 MB)
📄
extend.php
(9.75 KB)
📄
fileindex.php
(219 B)
📄
getuid.php
(497 B)
📁
images
📄
import.php
(3.29 KB)
📄
info.xml
(5.43 KB)
📄
install.js
(924 B)
📄
install.php
(10.38 KB)
📄
install.xml
(2.02 KB)
📄
md5
(4.2 KB)
📄
notes.txt
(957 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
state.php
(195 B)
📄
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