We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a45bc commit 0b95ee2Copy full SHA for 0b95ee2
core/components/redirector/controllers/home.class.php
@@ -17,7 +17,6 @@ public function initialize() {
17
Ext.onReady(function() {
18
Redi.config = '.$this->modx->toJSON($this->redirector->config).';
19
Redi.config.connector_url = "'.$this->redirector->config['connectorUrl'].'";
20
- Redi.request = '.$this->modx->toJSON($_GET).';
21
});
22
</script>');
23
return parent::initialize();
0 commit comments