Demo plugin to show how to extend remote control in API
- Go to your LimeSurvey Directory (version up to 2.06)
- Clone in plugins/extendRemoteControl directory
- Get the file and uncompress it
- Move the file included to plugins/extendRemoteControl directory
To allow plugin to be called via RPC POST routine, you need to disable CsrfValidation for plugins/direct'. This can be done in application/config/config.php.
'components' => array(
'db' => array(
[...]
),
'request' => array(
'class'=>'LSHttpRequest',
'noCsrfValidationRoutes'=>array(
'remotecontrol',
'plugins/direct'
),
[...]
),
The plugin can be used with newUnsecureRequest event
- HomePage http://extensions.sondages.pro/extendremotecontrol/
- Copyright © 2015-2016 Denis Chenu http://sondages.pro
- Licence : GNU General Public License https://www.gnu.org/licenses/gpl-3.0.html
- Issues https://framagit.org/SondagePro-LimeSurvey-plugin/extendRemoteControl/issues
- Professional support http://extensions.sondages.pro/1