summaryrefslogtreecommitdiff
path: root/inc/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/inc/config.php b/inc/config.php
deleted file mode 100644
index b7d21a4..0000000
--- a/inc/config.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-$b_config = array(
- 'base_url' => 'http://www.bulletin.com/',
- 'c_name' => 'bulletin',
- 'c_expire' => 31536000,
- 'c_dom' => '.bulletin.com',
- 'c_path' => '/',
- 'c_sec' => false,
- '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',
- 'ads_per_page' => 10,
-);
-?>