Blame view

backup/cfg.php 494 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <?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' => './',
  );
  ?>