X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=5f54475e2f2412ff824a90cf323f4c47eca27b61;hb=2e9e34b22b8354dba7c0bd699e5486e99a64bc58;hp=5e6307bbd6ca4e426b69bab8c022228a141715c5;hpb=84317e249885eb03a99f2946acf285ff27d506ac;p=mailer.git diff --git a/inc/config.php b/inc/config.php index 5e6307bbd6..5f54475e2f 100644 --- a/inc/config.php +++ b/inc/config.php @@ -140,6 +140,9 @@ $MySQL = array( // CFG: MYSQL-PREIFX define('_MYSQL_PREFIX', "mxchange"); +// CFG: TABLE-TYPE +define('_TABLE_TYPE', "MyISAM"); + // CFG: DATABASE-TYPE define('_DB_TYPE', "mysql3"); @@ -162,7 +165,7 @@ define('SSL_COOKIES', false); define('ENABLE_BACKLINK', true); // Connect to the MySQL database... -require(PATH."inc/mysql-connect.php"); +require(constant('PATH')."inc/mysql-connect.php"); // ?>