diff options
| author | Bulletin <bulletin@bulletinalpha.tk> | 2016-12-29 16:42:32 -0500 |
|---|---|---|
| committer | Bulletin <bulletin@bulletinalpha.tk> | 2016-12-29 16:42:32 -0500 |
| commit | 1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55 (patch) | |
| tree | 2fa1fbdea9992ab63ba2a7abbac8bbcd633d13f7 /inc/config.php | |
| download | bulletin-1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55.tar.gz | |
Added existing progress
Diffstat (limited to 'inc/config.php')
| -rw-r--r-- | inc/config.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/inc/config.php b/inc/config.php new file mode 100644 index 0000000..93050e7 --- /dev/null +++ b/inc/config.php @@ -0,0 +1,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', +); +?> |
