equal
deleted
inserted
replaced
71 // Other stuff |
71 // Other stuff |
72 |
72 |
73 define('MAX_PMS_PER_BATCH', 7); // The maximum number of users that users can send PMs to in one go; restriction does not apply to users with mod_misc rights |
73 define('MAX_PMS_PER_BATCH', 7); // The maximum number of users that users can send PMs to in one go; restriction does not apply to users with mod_misc rights |
74 define('SEARCH_RESULTS_PER_PAGE', 10); |
74 define('SEARCH_RESULTS_PER_PAGE', 10); |
75 define('MYSQL_MAX_PACKET_SIZE', 1048576); // 1MB; this is the default in MySQL 4.x I think |
75 define('MYSQL_MAX_PACKET_SIZE', 1048576); // 1MB; this is the default in MySQL 4.x I think |
76 define('SEARCH_MODE', 'FULLTEXT'); // Can be FULLTEXT or BUILTIN |
|
77 |
76 |
78 // Sidebar |
77 // Sidebar |
79 |
78 |
80 define('BLOCK_WIKIFORMAT', 0); |
79 define('BLOCK_WIKIFORMAT', 0); |
81 define('BLOCK_TEMPLATEFORMAT', 1); |
80 define('BLOCK_TEMPLATEFORMAT', 1); |