

*M*A*R*P*
Visit OpencartEx - Opencart extensions
Opencart rady a návody česky | Podpora Opencart
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://www.linuxsoft.cz/linuxmarket/');
define('HTTP_IMAGE', 'http://www.linuxsoft.cz/linuxmarket/image/');
define('HTTP_ADMIN', 'http://www.linuxsoft.cz/linuxmarket/admin/');
// HTTPS
define('HTTPS_SERVER', 'http://www.linuxsoft.cz/linuxmarket/');
define('HTTPS_IMAGE', 'http://www.linuxsoft.cz/linuxmarket/image/');
// DIR
define('DIR_APPLICATION', '/srv/http/linuxsoft_market/html/catalog/');
define('DIR_SYSTEM', '/srv/http/linuxsoft_market/html/system/');
define('DIR_DATABASE', '/srv/http/linuxsoft_market/html/system/database/');
define('DIR_LANGUAGE', '/srv/http/linuxsoft_market/html/catalog/language/');
define('DIR_TEMPLATE', '/srv/http/linuxsoft_market/html/catalog/view/theme/');
define('DIR_CONFIG', '/srv/http/linuxsoft_market/html/system/config/');
define('DIR_IMAGE', '/srv/http/linuxsoft_market/html/image/');
define('DIR_CACHE', '/srv/http/linuxsoft_market/html/system/cache/');
define('DIR_DOWNLOAD', '/srv/http/linuxsoft_market/html/download/');
define('DIR_LOGS', '/srv/http/linuxsoft_market/html/system/logs/');
// DB
?>
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://www.linuxsoft.cz/linuxmarket/admin/');
define('HTTP_CATALOG', 'http://www.linuxsoft.cz/linuxmarket/');
define('HTTP_IMAGE', 'http://www.linuxsoft.cz/linuxmarket/image/');
// HTTPS
define('HTTPS_SERVER', 'http://www.linuxsoft.cz/linuxmarket/admin/');
define('HTTPS_CATALOG', 'http://www.linuxsoft.cz/linuxmarket/');
define('HTTPS_IMAGE', 'http://www.linuxsoft.cz/linuxmarket/image/');
// DIR
define('DIR_APPLICATION', '/srv/http/linuxsoft_market/html/admin/');
define('DIR_SYSTEM', '/srv/http/linuxsoft_market/html/system/');
define('DIR_DATABASE', '/srv/http/linuxsoft_market/html/system/database/');
define('DIR_LANGUAGE', '/srv/http/linuxsoft_market/html/admin/language/');
define('DIR_TEMPLATE', '/srv/http/linuxsoft_market/html/admin/view/template/');
define('DIR_CONFIG', '/srv/http/linuxsoft_market/html/system/config/');
define('DIR_IMAGE', '/srv/http/linuxsoft_market/html/image/');
define('DIR_CACHE', '/srv/http/linuxsoft_market/html/system/cache/');
define('DIR_DOWNLOAD', '/srv/http/linuxsoft_market/html/download/');
define('DIR_LOGS', '/srv/http/linuxsoft_market/html/system/logs/');
define('DIR_CATALOG', '/srv/http/linuxsoft_market/html/catalog/');
// DB
?>
*M*A*R*P*
Visit OpencartEx - Opencart extensions
Opencart rady a návody česky | Podpora Opencart
*M*A*R*P*
Users browsing this forum: No registered users and 8 guests