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
Are you looking for this: config.connectorInfo ?
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?
Re: Need to use $_GET
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.