From 4a115e243056597788dd09369c0875059ef6ac2e Mon Sep 17 00:00:00 2001 From: cflem Date: Sun, 1 Jan 2017 21:17:30 -0700 Subject: Removed existing config file from repo --- inc/config.php | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 inc/config.php (limited to 'inc') 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 @@ - '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 ', - 'mobile_base' => 'https://m.bulletinalpha.tk/', - 'moblie_host' => 'm.bulletinalpha.tk', - 'ads_per_page' => 10, -); -?> -- cgit v1.2.3