Your IP : 18.217.254.118


Current Path : /proc/self/root/home/sudancam/.trash/admin.2/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/admin.2/config.php

<?php
// HTTP
define('HTTP_SERVER', 'https://shop.sudancam.net/admin/');
define('HTTP_CATALOG', 'https://shop.sudancam.net/');

// HTTPS
define('HTTPS_SERVER', 'https://shop.sudancam.net/admin/');
define('HTTPS_CATALOG', 'https://shop.sudancam.net/');

// DIR
define('DIR_APPLICATION', '/home/sudancam/public_html/shop/admin/');
define('DIR_SYSTEM', '/home/sudancam/public_html/shop/system/');
define('DIR_IMAGE', '/home/sudancam/public_html/shop/image/');
define('DIR_STORAGE', '/home/sudancam/shop/storage/');
define('DIR_CATALOG', '/home/sudancam/public_html/shop/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/');

// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'sudancam_ocar743');
define('DB_PASSWORD', '63yp8b]S');
define('DB_DATABASE', 'sudancam_ocar743');
define('DB_PORT', '3306');
define('DB_PREFIX', 'ocle_');

// OpenCart API
define('OPENCART_SERVER', 'https://www.opencart.com/');