????

Your IP : 3.144.9.115


Current Path : /var/softaculous/bigace/
Upload File :
Current File : //var/softaculous/bigace/bigace.php

<?php
return array (
  'database' => 
  array (
    'type' => 'Mysqli',
    'host' => '[[softdbhost]]',
    'name' => '[[softdb]]',
    'user' => '[[softdbuser]]',
    'pass' => '[[softdbpass]]',
    'prefix' => '[[dbprefix]]',
    'charset' => 'utf8',
  ),
  'ssl' => false,
  'rewrite' => false,
);