<?php // APPLICATION define('APPLICATION', 'Admin'); // HTTP define('HTTP_SERVER', '[[softurl]]/admin/'); define('HTTP_CATALOG', '[[softurl]]/'); // DIR define('DIR_OPENCART', '[[real_softpath]]/'); define('DIR_APPLICATION', DIR_OPENCART . 'admin/'); define('DIR_EXTENSION', DIR_OPENCART . 'extension/'); define('DIR_IMAGE', DIR_OPENCART . 'image/'); define('DIR_SYSTEM', DIR_OPENCART . 'system/'); define('DIR_CATALOG', DIR_OPENCART . 'catalog/'); define('DIR_STORAGE', '[[softdatadir]]/storage/'); define('DIR_LANGUAGE', DIR_APPLICATION . 'language/'); define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/'); define('DIR_CONFIG', DIR_SYSTEM . 'config/'); define('DIR_CACHE', DIR_STORAGE . 'cache/'); define('DIR_DOWNLOAD', DIR_STORAGE . 'download/'); define('DIR_LOGS', DIR_STORAGE . 'logs/'); define('DIR_SESSION', DIR_STORAGE . 'session/'); define('DIR_UPLOAD', DIR_STORAGE . 'upload/'); // DB define('DB_DRIVER', 'mysqli'); define('DB_HOSTNAME', '[[softdbhost]]'); define('DB_USERNAME', '[[softdbuser]]'); define('DB_PASSWORD', '[[softdbpass]]'); define('DB_DATABASE', '[[softdb]]'); define('DB_PORT', '3306'); define('DB_PREFIX', '[[dbprefix]]'); define('DB_SSL_KEY', ''); define('DB_SSL_CERT', ''); define('DB_SSL_CA', ''); // OpenCart API define('OPENCART_SERVER', 'https://www.opencart.com/');
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
languages | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
clone.php | File | 3.2 KB | 0644 |
|
config.php | File | 1.12 KB | 0644 |
|
config_.php | File | 1.28 KB | 0644 |
|
edit.php | File | 4.5 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
extend.php | File | 8.99 KB | 0644 |
|
fileindex.php | File | 134 B | 0644 |
|
import.php | File | 4.44 KB | 0644 |
|
info.xml | File | 2.56 KB | 0644 |
|
install.js | File | 924 B | 0644 |
|
install.php | File | 5.82 KB | 0644 |
|
install.xml | File | 2.01 KB | 0644 |
|
md5 | File | 1.38 KB | 0644 |
|
notes.txt | File | 2.83 KB | 0644 |
|
update_pass.php | File | 541 B | 0644 |
|