<?php
// HTTP
define('HTTP_SERVER', 'http://targus-laptop.notebook-cantasi.com/BURASI/');
define('HTTP_CATALOG', 'http://targus-laptop.notebook-cantasi.com/');
define('HTTP_IMAGE', 'http://targus-laptop.notebook-cantasi.com/image/');
// HTTPS
define('HTTPS_SERVER', 'http://targus-laptop.notebook-cantasi.com/BURASI/');
define('HTTPS_IMAGE', 'http://targus-laptop.notebook-cantasi.com/image/');
// DIR
define('DIR_APPLICATION', '/home/**********/public_html/targus-laptop/BURASI/');
define('DIR_SYSTEM', '/home/**********/public_html/targus-laptop/system/');
define('DIR_DATABASE', '/home/**********/public_html/targus-laptop/system/database/');
define('DIR_LANGUAGE', '/home/**********/public_html/targus-laptop/BURASI/language/');
define('DIR_TEMPLATE', '/home/**********/public_html/targus-laptop/BURASI/view/template/');
define('DIR_CONFIG', '/home/**********/public_html/targus-laptop/system/config/');
define('DIR_IMAGE', '/home/**********/public_html/targus-laptop/image/');
define('DIR_CACHE', '/home/**********/public_html/targus-laptop/system/cache/');
define('DIR_DOWNLOAD', '/home/**********/public_html/targus-laptop/download/');
define('DIR_LOGS', '/home/**********/public_html/targus-laptop/system/logs/');
define('DIR_CATALOG', '/home/**********/public_html/targus-laptop/catalog/');
// DB
define('DB_DRIVER', '******');
define('DB_HOSTNAME', '*******');
define('DB_USERNAME', '***********');
define('DB_PASSWORD', '*********');
define('DB_DATABASE', '***********');
define('DB_PREFIX', '');
?>