X7ROOT File Manager
Current Path:
/var/softaculous/owncloud
var
/
softaculous
/
owncloud
/
ðŸ“
..
📄
.htaccess
(3.43 KB)
📄
PasswordHash.php
(6.67 KB)
📄
_.htaccess
(315 B)
📄
changelog.txt
(6.96 KB)
📄
check_suphp.php
(101 B)
📄
clone.php
(5.13 KB)
📄
config.php
(917 B)
📄
data.zip
(795 B)
📄
edit.php
(4.8 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(269 B)
ðŸ“
images
📄
import.php
(3.88 KB)
📄
info.xml
(3.54 KB)
📄
install.js
(924 B)
📄
install.php
(11.21 KB)
📄
install.xml
(2.5 KB)
📄
md5
(3.32 KB)
📄
notes.txt
(1.83 KB)
📄
owncloud.sql
(43.01 KB)
📄
owncloud.zip
(97.9 MB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
restore.php
(2.84 KB)
📄
update_pass.php
(6.64 KB)
📄
upgrade.php
(5.75 KB)
📄
upgrade.xml
(330 B)
Editing: config.php
<?php $CONFIG = array ( 'instanceid' => '[[instanceid]]', 'passwordsalt' => '[[passwordsalt]]', 'secret' => '[[secret]]', 'trusted_domains' => array ( 0 => '[[domhost]]', ), 'datadirectory' => '[[softdatadir]]', 'overwrite.cli.url' => '[[softurl]]', 'dbtype' => 'mysql', 'version' => '10.15.2.0', 'dbname' => '[[softdb]]', 'dbconnectionstring' => '', 'dbhost' => '[[softdbhost]]', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => '[[softdbuser]]', 'dbpassword' => '[[softdbpass]]', 'allow_user_to_change_mail_address' => '', 'logtimezone' => 'UTC', 'apps_paths' => array ( 0 => array ( 'path' => '[[softpath]]/apps', 'url' => '/apps', 'writable' => false, ), 1 => array ( 'path' => '[[softpath]]/apps-external', 'url' => '/apps-external', 'writable' => true, ), ), 'installed' => true, );
Upload File
Create Folder