]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
Fixed a lot typos, thanks to profi-concept
[mailer.git] / inc / config.php
index 536cae8378f270cbbf68cbc011ebff999c7ccba8..5e6307bbd6ca4e426b69bab8c022228a141715c5 100644 (file)
@@ -162,7 +162,7 @@ define('SSL_COOKIES', false);
 define('ENABLE_BACKLINK', true);
 
 // Connect to the MySQL database...
-require_once(PATH."inc/mysql-connect.php");
+require(PATH."inc/mysql-connect.php");
 
 //
 ?>