cfg.php 494 Bytes
<?php
$CFG = array (
  'charsets' => 'cp1251 utf8 latin1',
  'lang' => 'uk',
  'time_web' => '600',
  'time_cron' => '600',
  'backup_path' => 'backup/',
  'backup_url' => 'backup/',
  'only_create' => 'MRG_MyISAM MERGE HEAP MEMORY',
  'globstat' => 0,
  'my_host' => 'localhost',
  'my_port' => 3306,
  'my_user' => 'accelerate',
  'my_pass' => '123123',
  'my_comp' => 0,
  'my_db' => '',
  'auth' => 'mysql cfg',
  'user' => '',
  'pass' => '',
  'confirm' => '6',
  'exitURL' => './',
);
?>