]> git.pld-linux.org Git - packages/ckfinder.git/blame - config.patch
up to 2.4.2
[packages/ckfinder.git] / config.patch
CommitLineData
66d1805b
ER
1--- ckfinder-2.4/config.php~ 2013-12-16 13:09:51.017571971 +0200
2+++ ckfinder-2.4/config.php 2013-12-16 13:10:26.263671492 +0200
3@@ -333,3 +333,9 @@
4 $config['plugin_imageresize']['smallThumb'] = '90x90';
5 $config['plugin_imageresize']['mediumThumb'] = '120x120';
6 $config['plugin_imageresize']['largeThumb'] = '180x180';
8707f7dc
ER
7+
8+// load additional context sensitive config
9+// use webserver setenv directives to set this variable.
10+if (isset($_SERVER['CKFINDER_CONFIG'])) {
11+ require $_SERVER['CKFINDER_CONFIG'];
12+}
This page took 0.067061 seconds and 4 git commands to generate.