blob: 93050e793e68ea72ec4613713c071997f12e85ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
$b_config = array(
'base_url' => 'https://www.bulletinalpha.tk/',
'c_name' => 'bulletin',
'c_expire' => 31536000,
'c_dom' => '.bulletinalpha.tk',
'c_path' => '/',
'c_sec' => true,
'c_http' => true,
'db_host' => 'localhost',
'db_name' => 'bulletin',
'db_user' => 'bulletin',
'db_pass' => 'chV`tX8B_:e4/><}$(KO2)dE:~:O1)r@',
'mail_from' => 'Bulletin <noreply@bulletinalpha.tk>',
'mobile_base' => 'https://m.bulletinalpha.tk/',
'moblie_host' => 'm.bulletinalpha.tk',
);
?>
|