Hallo, I really need to use $_GET parameter inside CKFinder, but due to protection is changed and passed values are not available. How to add new "safe" parmeter to $_GET?
$_SESSION cannot be used.
(REQUEST_URI is modified too...)
$_SESSION cannot be used.
(REQUEST_URI is modified too...)

Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Sample usage:
Check ajax requests in Firebug.
Now in config.php you can access $_GET['foo']
Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Is any way, how to set this config property via "manual integration" of CKFinder?
CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl : '/ckfinder/ckfinder.html' });Hi Rike,
I am trying to do the same thing. I see that wiktor's suggestion of config.connectorInfo did not work for you. Did you try it? Did you figure out a way how to do it? sorry for my bad English.