X7ROOT File Manager
Current Path:
/var/softaculous/magento242
var
/
softaculous
/
magento242
/
ðŸ“
..
📄
.htaccess
(214 B)
📄
Notes.txt
(3.36 KB)
📄
_config.php
(14.04 KB)
📄
changelog.txt
(85.57 KB)
📄
clone.php
(6.83 KB)
📄
config.php
(13.24 KB)
📄
di.xml
(127.36 KB)
📄
edit.php
(4.38 KB)
📄
edit.xml
(433 B)
📄
env.php
(2.05 KB)
📄
fileindex.php
(324 B)
ðŸ“
images
📄
import.php
(6.36 KB)
📄
info.xml
(4.59 KB)
📄
install.js
(2.02 KB)
📄
install.php
(15.69 KB)
📄
install.xml
(1.67 KB)
📄
md5
(2.58 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
📄
pub_.htaccess
(8.2 KB)
📄
pubstatic_.htaccess
(3.71 KB)
📄
remove.php
(2.56 KB)
Editing: env.php
<?php return [ 'backend' => [ 'frontName' => '[[admin_folder]]' ], 'remote_storage' => [ 'driver' => 'file' ], 'queue' => [ 'consumers_wait_for_messages' => 1 ], 'crypt' => [ 'key' => '[[key]]' ], 'db' => [ 'table_prefix' => '[[dbprefix]]', 'connection' => [ 'default' => [ 'host' => '[[softdbhost]]', 'dbname' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'model' => 'mysql4', 'engine' => 'innodb', 'initStatements' => 'SET NAMES utf8;', 'active' => '1', 'driver_options' => [ 1014 => false ] ] ] ], 'resource' => [ 'default_setup' => [ 'connection' => 'default' ] ], 'x-frame-options' => 'SAMEORIGIN', 'MAGE_MODE' => 'default', 'session' => [ 'save' => 'db' ], 'cache' => [ 'frontend' => [ 'default' => [ 'id_prefix' => '[[id_prefix]]' ], 'page_cache' => [ 'id_prefix' => '[[id_prefix]]' ] ], 'allow_parallel_generation' => false ], 'lock' => [ 'provider' => 'db', 'config' => [ 'prefix' => null ] ], 'directories' => [ 'document_root_is_pub' => true ], 'cache_types' => [ 'config' => 1, 'layout' => 1, 'block_html' => 1, 'collections' => 1, 'reflection' => 1, 'db_ddl' => 1, 'compiled_config' => 1, 'eav' => 1, 'customer_notification' => 1, 'config_integration' => 1, 'config_integration_api' => 1, 'full_page' => 1, 'config_webservice' => 1, 'translate' => 1, 'vertex' => 1 ], 'downloadable_domains' => [ '[[domhost]]' ], 'install' => [ 'date' => '[[_instime]]' ] ];
Upload File
Create Folder