X7ROOT File Manager
Current Path:
/var/softaculous/magento246
var
/
softaculous
/
magento246
/
ðŸ“
..
📄
Notes.txt
(3.39 KB)
📄
_config.php
(14.46 KB)
📄
clone.php
(6.82 KB)
📄
config.php
(13.66 KB)
📄
di.xml
(131.19 KB)
📄
edit.php
(4.4 KB)
📄
edit.xml
(433 B)
📄
env.php
(2.04 KB)
📄
fileindex.php
(323 B)
ðŸ“
images
📄
import.php
(6.81 KB)
📄
info.xml
(4.68 KB)
📄
install.js
(2.02 KB)
📄
install.php
(16.28 KB)
📄
install.xml
(1.55 KB)
📄
magento246.sql
(763.7 KB)
📄
magento246.zip
(37.55 MB)
📄
md5
(1.73 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
pubstatic_.htaccess
(4.29 KB)
📄
remove.php
(2.54 KB)
📄
sample_data.sql
(10.93 MB)
📄
sampledata.zip
(273.64 MB)
📄
vendor.zip
(52.55 MB)
📄
vendor_magento1.zip
(72.67 MB)
📄
vendor_magento2.zip
(3.4 MB)
📄
vendor_magento3.zip
(19.98 MB)
📄
vendorsd_magento1.zip
(73.01 MB)
📄
vendorsd_magento2.zip
(80.45 MB)
📄
vendorsd_magento3.zip
(19.9 MB)
Editing: env.php
<?php return [ 'backend' => [ 'frontName' => '[[admin_folder]]' ], 'cache' => [ 'graphql' => [ 'id_salt' => '[[graphql_id_salt]]' ], 'frontend' => [ 'default' => [ 'id_prefix' => '[[id_prefix]]' ], 'page_cache' => [ 'id_prefix' => '[[id_prefix]]' ] ], 'allow_parallel_generation' => false ], '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' ], 'lock' => [ 'provider' => 'db' ], '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 ], 'downloadable_domains' => [ '[[domhost]]' ], 'install' => [ 'date' => '[[_instime]]' ] ];
Upload File
Create Folder