Hacked By AnonymousFox
<?php
$CONFIG = array (
'instanceid' => '[[instanceid]]',
'passwordsalt' => '[[passwordsalt]]',
'secret' => '[[secret]]',
'trusted_domains' =>
array (
0 => '[[domhost]]',
),
'datadirectory' => '[[softdatadir]]',
'dbtype' => 'mysql',
'version' => '30.0.1.2',
'overwrite.cli.url' => '[[softurl]]',
'dbname' => '[[softdb]]',
'dbhost' => '[[softdbhost]]',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => '[[softdbuser]]',
'dbpassword' => '[[softdbpass]]',
'installed' => true,
[[mysql_utf8mb4]]
);
Hacked By AnonymousFox1.0, Coded By AnonymousFox