equal
deleted
inserted
replaced
141 |
141 |
142 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 |
142 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 |
143 define('SEARCH_RESULTS_PER_PAGE', 10); |
143 define('SEARCH_RESULTS_PER_PAGE', 10); |
144 define('MYSQL_MAX_PACKET_SIZE', 1048576); // 1MB; this is the default in MySQL 4.x I think |
144 define('MYSQL_MAX_PACKET_SIZE', 1048576); // 1MB; this is the default in MySQL 4.x I think |
145 define('ENANO_SUPPORT_AVATARS', 1); |
145 define('ENANO_SUPPORT_AVATARS', 1); |
|
146 // don't change this next line in upstream (it has to be auto-patched by the dynamic download script) |
|
147 // define('WINDOWS_MOD_REWRITE_WORKAROUNDS', ''); |
146 |
148 |
147 // Sidebar |
149 // Sidebar |
148 |
150 |
149 define('BLOCK_WIKIFORMAT', 0); |
151 define('BLOCK_WIKIFORMAT', 0); |
150 define('BLOCK_TEMPLATEFORMAT', 1); |
152 define('BLOCK_TEMPLATEFORMAT', 1); |