forked from Alek-ON/sypex-dumper2.0.11-for-php7.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathses.php
31 lines (31 loc) · 704 Bytes
/
ses.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
$SES = array (
'889710a6028c548707c78e2e4f8bfa7f' =>
array (
'cfg' =>
array (
'charsets' => 'cp1251 utf8 latin1',
'lang' => 'en',
'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' => 's',
'my_pass' => '1e_D2pL94tpNM',
'my_comp' => 0,
'my_db' => '',
'auth' => 'mysql cfg',
'user' => '',
'pass' => '',
'confirm' => '6',
'exitURL' => './',
),
'time' => 1498682799,
'lng' => 'en',
),
);
?>