X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabases.php;h=8e42f451283f0d8a4e1cc5a4de95827071ae70c6;hb=71da088be0643264f37c976e33048fde7676e7d5;hp=4c87186860200261e0d6e7a7398dc43454ff3fc3;hpb=397daebbe84c443a220724a1a63e74945a1f0a30;p=mailer.git diff --git a/inc/databases.php b/inc/databases.php index 4c87186860..8e42f45128 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -94,8 +94,8 @@ setConfigEntry('HTTP_EOL', "\r\n"); // CFG: DEBUG-SQL (if enabled and DEBUG_MODE is enabled all SQL queries will be logged to debug.log) setConfigEntry('DEBUG_SQL', 'N'); -// CFG: ENCRYPT-SEPERATOR -setConfigEntry('ENCRYPT_SEPERATOR', ':'); +// CFG: ENCRYPT-SEPARATOR +setConfigEntry('ENCRYPT_SEPARATOR', ':'); // Extra title is empty by default setExtraTitle('');