includes/constants.php
changeset 272 e0ec986c0af3
parent 166 d53cc29308f4
child 279 8acd77a6c19d
child 293 3f98d4ba1e33
equal deleted inserted replaced
270:5bcdee999015 272:e0ec986c0af3
    68 // Other stuff
    68 // Other stuff
    69 
    69 
    70 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
    70 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
    71 define('SEARCH_RESULTS_PER_PAGE', 10);
    71 define('SEARCH_RESULTS_PER_PAGE', 10);
    72 define('MYSQL_MAX_PACKET_SIZE', 1048576); // 1MB; this is the default in MySQL 4.x I think
    72 define('MYSQL_MAX_PACKET_SIZE', 1048576); // 1MB; this is the default in MySQL 4.x I think
    73 define('SEARCH_MODE', 'FULLTEXT'); // Can be FULLTEXT or BUILTIN
       
    74 
    73 
    75 // Sidebar
    74 // Sidebar
    76 
    75 
    77 define('BLOCK_WIKIFORMAT', 0);
    76 define('BLOCK_WIKIFORMAT', 0);
    78 define('BLOCK_TEMPLATEFORMAT', 1);
    77 define('BLOCK_TEMPLATEFORMAT', 1);