For bug 3168757:
- Change default link length limit to 2000 - Add text next to the image
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user