diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-27 20:04:48 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-27 20:04:48 +0000 |
commit | df6d8940d91acfd43448936f201fa0c4eae801a0 (patch) | |
tree | 3401c64249cb698d2465c83c5b1855a03bf505f3 /h-source/Config | |
parent | 5917a11e89ef3dcb49648c834d5402acbaea4a60 (diff) |
the model entry can now containg up to 190 characters - lammi87 issue
Diffstat (limited to 'h-source/Config')
-rwxr-xr-x | h-source/Config/Reporting.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |