diff --git a/inc/config.php b/inc/config.php index 4d1b6d78..2e605b0b 100644 --- a/inc/config.php +++ b/inc/config.php @@ -11,7 +11,7 @@ // Database stuff - // "mysql", "mysqli", "pgsql", "mssql" + // "mysql", "pgsql", etc define('DB_TYPE', 'mysql', true); // Hostname or IP address define('DB_SERVER', 'localhost', true);