File "config.php"
Full Path: /home/cananyalcin/public_html/int/classes/config.php
File size: 650 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
define('PATH', realpath('.'));
define('SUBFOLDER', false);
define('URL', 'http://cananyalcin.com');
define('ADMIN_URL', 'admin');//dont change if dont know about that
define('SCRIPTAPI', 'https://v2.smartblend.in/fetchdescription.php');//dont change if dont know about that
ini_set('display_errors', 0);
date_default_timezone_set('Asia/Kolkata');
return [
'db' => [
'name' => 'cananyalcin_rent',
'host' => 'localhost',
'user' => 'cananyalcin_nnnm7',
'pass' => 'ALI2008#a',
'charset' => 'utf8mb4'
]
];