X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=0437f06b273f885db05736449a952c6eb72086ca;hp=963738bfcbe3508a7beb209ea3e2e31609500a2b;hpb=b8c86fa12322603c24a88ea2b0fd3dbeba612752;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 963738bfcb..f551ef47b7 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1,168 +1,3 @@ "localhost", - // CFG: MYSQL-DBASE - 'dbase' => "mxchange", - // CFG: MYSQL-LOGIN - 'login' => "root", - // CFG: MYSQL-PASSWORD - 'password' => "ab57dk90", -); - -// CFG: MYSQL-PREIFX -define('_MYSQL_PREFIX', "mxchange"); - -// CFG: DATABASE-TYPE -define('_DB_TYPE', "mysql3"); - -// Lead-Code data -define('LEAD_CODE_ENABLED', true); -define('LEAD_EXPIRY_TIME' , (30*24*60*60)); // == 30 days - -// SMTP-Subsystem (keep all empty to use legacy mail() command!) -// CFG: SMTP-HOSTNAME -define('SMTP_HOSTNAME', ""); -// CFG: SMTP-USER -define('SMTP_USER', ""); -// CFG: SMTP-PASSWORD -define('SMTP_PASSWORD', ""); - -// SSL cookies? (enable only if you have SSL, URLs will begin with https://) -define('SSL_COOKIES', false); - -// CFG: BACKLINK (Enable backlink to mxchange.org in footer? rel=external is set!) -define('ENABLE_BACKLINK', true); - -// Connect to the MySQL database... -require(constant('PATH')."inc/mysql-connect.php"); - -// +// @DEPRECATED ?>