Hopefully make the documentation page work a little bit better.
[htmlpurifier-web.git] / phorum.patch
blobadb6d6187c6df0f9ccfdb4745a2495cd366aa560
1 Common subdirectories: phorum-original/cache and phorum/cache
2 Common subdirectories: phorum-original/docs and phorum/docs
3 Common subdirectories: phorum-original/images and phorum/images
4 Common subdirectories: phorum-original/include and phorum/include
5 Only in phorum: index.html
6 Common subdirectories: phorum-original/mods and phorum/mods
7 Common subdirectories: phorum-original/portable and phorum/portable
8 Common subdirectories: phorum-original/scripts and phorum/scripts
9 Common subdirectories: phorum-original/templates and phorum/templates
10 diff -ur '--exclude=config.php' phorum-original/include/constants.php phorum/include/constants.php
11 --- phorum-original/include/constants.php 2011-09-09 11:11:49.000000002 -0400
12 +++ phorum/include/constants.php 2012-04-07 21:17:06.000000002 -0400
13 @@ -73,7 +73,7 @@
14 // If you upgrade this length, then note that you have to
15 // change the storage type of the body field in the messages
16 // table from TEXT to MEDIUMTEXT.
17 - define('MAX_MESSAGE_LENGTH', 65000);
18 + define('MAX_MESSAGE_LENGTH', 16777000);
20 /////////////////////////////////////////
21 // //
22 Only in phorum/include/posting: check_integrity.php.orig