From df6d8940d91acfd43448936f201fa0c4eae801a0 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 27 Sep 2012 20:04:48 +0000 Subject: the model entry can now containg up to 190 characters - lammi87 issue --- h-source/Config/Reporting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Config') diff --git a/h-source/Config/Reporting.php b/h-source/Config/Reporting.php index 852e11d..9f2e75b 100755 --- a/h-source/Config/Reporting.php +++ b/h-source/Config/Reporting.php @@ -55,4 +55,4 @@ define ('MAX_POST_LENGTH',50000); //max length of the REQUEST_URI //set MAX_REQUEST_URI_LENGTH equal to 0 if you don't want to set an upper limit in the length of the REQUEST_URI -define ('MAX_REQUEST_URI_LENGTH',200); \ No newline at end of file +define ('MAX_REQUEST_URI_LENGTH',300); \ No newline at end of file -- cgit v1.2.3