For bug 3168757:

- Change default link length limit to 2000
- Add text next to the image
This commit is contained in:
Marc Delisle
2011-02-24 05:21:24 -05:00
parent 147a1836f5
commit b78bd77e41
2 changed files with 9 additions and 2 deletions

View File

@@ -2590,7 +2590,7 @@ $cfg['CheckConfigurationPermissions'] = true;
* is replaced by form with button.
* This is required as some web servers (IIS) have problems with long URLs.
*/
$cfg['LinkLengthLimit'] = 1000;
$cfg['LinkLengthLimit'] = 2000;
/*******************************************************************************
* SQL Parser Settings