Go to the documentation of this file.
19 define(
"XOOPS_DB_TYPE",
"mysql");
22 if (defined(
"XOOPS_DB_CHARSET")) die(
'Restricted Access');
23 define(
"XOOPS_DB_CHARSET",
"");
27 define(
"XOOPS_DB_PREFIX",
"xoops");
31 define(
"XOOPS_DB_HOST",
"localhost");
35 define(
"XOOPS_DB_USER",
"");
39 define(
"XOOPS_DB_PASS",
"");
43 define(
"XOOPS_DB_NAME",
"");
47 define(
"XOOPS_DB_PCONNECT", 0);