????

Your IP : 3.145.162.235


Current Path : /proc/325305/root/var/softaculous/openclass/
Upload File :
Current File : //proc/325305/root/var/softaculous/openclass/database.php

<?php defined('SYSPATH') or die('No direct script access.');
return array
(
    'default' => array(
        'type'       => 'mysqli',
        'connection' => array(
            'hostname'   => '[[softdbhost]]',
            'username'   => '[[softdbuser]]',
            'password'   => '[[softdbpass]]',
            'persistent' => FALSE,
            'database'   => '[[softdb]]',
            'variables'  => array('sql_mode'=>'')
            ),
        'table_prefix' => '[[dbprefix]]',
        'charset'      => 'utf8mb4',
        'profiling'    => (Kohana::$environment===Kohana::DEVELOPMENT)? TRUE:FALSE,
     ),
);