ERVER', 'https://almi.com.ua/');
// HTTPS
define('HTTPS_SERVER', 'https://almi.com.ua/');
// DIR
define('DIR_APPLICATION', '/home/admin/web/almi.com.ua/public_html/catalog/');
define('DIR_SYSTEM', '/home/admin/web/almi.com.ua/public_html/system/');
define('DIR_IMAGE', '/home/admin/web/almi.com.ua/public_html/image/');
define('DIR_STORAGE', '/home/admin/web/almi.com.ua/storage/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/');
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/');
// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'admin_user');
define('DB_PASSWORD', 'b0ZMIrTA13');
define('DB_DATABASE', 'admin_almi');
define('DB_PORT', '3306');
define('DB_PREFIX', 'oc_');
Warning: Use of undefined constant DIR_SYSTEM - assumed 'DIR_SYSTEM' (this will throw an Error in a future version of PHP) in /home/admin/web/almi.com.ua/public_html/index.php on line 19
Warning: require_once(DIR_SYSTEMstartup.php): failed to open stream: No such file or directory in /home/admin/web/almi.com.ua/public_html/index.php on line 19
Fatal error: require_once(): Failed opening required 'DIR_SYSTEMstartup.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/admin/web/almi.com.ua/public_html/index.php on line 19