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...)

Re: Need to use $_GET
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Need to use $_GET
Re: Need to use $_GET
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+
Re: Need to use $_GET
Is any way, how to set this config property via "manual integration" of CKFinder?
CKEDITOR.replace( 'editor1', { filebrowserBrowseUrl : '/ckfinder/ckfinder.html' });Re: Need to use $_GET