Lines Matching +full:security +full:- +full:events
13 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call');
18 * Register the events
24 if ($event->data !== 'plugin_settingstree') {
28 $event->stopPropagation();
29 $event->preventDefault();
31 global $INPUT; //available since release 2012-10-13 "Adora Belle"
33 $data = array('error'=>true,'msg'=>'invalid security token!');
35 switch($INPUT->str('operation')){
41 switch ($INPUT->str('showtype','normal')){
44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN…
45 'path'=> ':'.ltrim($INPUT->str('path'),':'),
51 'html' => $helper->showHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':')),
52 'path'=> ':'.ltrim($INPUT->str('path'),':')
62 $data = array('html' => $helper->showHierarchy($INPUT->str('pluginname'),$INPUT->str('key')));
70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
86 $data = array('error'=>true,'msg'=>'Unknown operation: '.$INPUT->str('operation'));
96 header('Content-Type: application/json');
97 echo $json->encode($data);
98 // $this->get_helper()->check_meta_changes();