diff options
| author | cflem <carson.fl3ming@gmail.com> | 2017-01-01 21:17:30 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2017-01-01 21:17:30 -0700 |
| commit | 4a115e243056597788dd09369c0875059ef6ac2e (patch) | |
| tree | fcf36b97331f6277835dd98815396afa1cebe8f8 | |
| parent | be8e64ca785c9281d09b42aeaa917e8a1673af42 (diff) | |
| download | bulletin-4a115e243056597788dd09369c0875059ef6ac2e.tar.gz | |
Removed existing config file from repo
| -rw-r--r-- | inc/config.php | 19 |
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, -); -?> |
