Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // HTTP
- define('HTTP_SERVER', 'http://store.domain.org/adm1n/');
- define('HTTP_CATALOG', 'http://store.domain.org/');
- // HTTPS
- define('HTTPS_SERVER', 'https://store.domain.org/adm1n/');
- define('HTTPS_CATALOG', 'https://store.domain.org/');
- // DIR
- define('DIR_APPLICATION', '/var/www/opencart/webroot/adm1n/');
- define('DIR_SYSTEM', '/var/www/opencart/webroot/system/');
- define('DIR_IMAGE', '/var/www/opencart/webroot/image/');
- define('DIR_STORAGE', '/var/www/opencart/storage_opencart/');
- define('DIR_CATALOG', '/var/www/opencart/webroot/catalog/');
- 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_MODIFICATION', DIR_STORAGE . 'modification/');
- define('DIR_SESSION', DIR_STORAGE . 'session/');
- define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
Advertisement
Add Comment
Please, Sign In to add comment