Searched refs:getSecurityToken (Results 1 – 25 of 68) sorted by relevance
123
/plugin/jcapture/ |
H A D | applet.php | 58 sectok ="<?php echo getSecurityToken(); ?>" \ 75 <PARAM NAME = "sectok" VALUE="<?php echo getSecurityToken(); ?>"> 92 <PARAM NAME = "sectok" VALUE="<?php echo getSecurityToken(); ?>">
|
/plugin/autologoff/ |
H A D | admin.php | 61 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />'; 76 'sectok' => getSecurityToken()
|
/plugin/combo/admin/ |
H A D | pagerules.php | 187 ptln('<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'); 225 ptln('<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'); 264 ptln('<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'); 272 ptln('<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />');
|
/plugin/extendpage/ |
H A D | admin.php | 94 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'; 118 'sectok' => getSecurityToken(),
|
/plugin/virtualgroup/ |
H A D | admin.php |
|
/plugin/structpublish/ |
H A D | admin.php | 108 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'; 131 'sectok' => getSecurityToken(),
|
/plugin/approve/ |
H A D | admin.php | 63 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'; 87 'sectok' => getSecurityToken(),
|
/plugin/struct/admin/ |
H A D | assignments.php | 105 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'; 126 'sectok' => getSecurityToken(),
|
/plugin/dokutranslate/ |
H A D | admin.php | 243 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />'.NL; 295 …<a href="'.wl('',$this->_get_opts(array('ns'=>$item['id'],'sectok'=>getSecurityToken()))).'" class… 337 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />'.NL;
|
/plugin/recommend/ |
H A D | admin.php | 93 $form .= '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />'; 118 'sectok' => getSecurityToken(),
|
/plugin/davcard/action/ |
H A D | jsinfo.php | 23 $JSINFO['plugin']['davcard']['sectok'] = getSecurityToken();
|
/plugin/authorstats/ |
H A D | admin.php | 19 echo "<input type='hidden' name='sectok' value='" . getSecurityToken() . "' />";
|
/plugin/deletepagebutton/ |
H A D | DeletePageButton.php | 28 $this->params['sectok'] = getSecurityToken();
|
/plugin/pagebuttons/ |
H A D | NewFolderButton.php | 29 $this->params['sectok'] = getSecurityToken();
|
H A D | DeletePageButton.php | 36 $this->params['sectok'] = getSecurityToken();
|
H A D | NewPageButton.php | 29 $this->params['sectok'] = getSecurityToken();
|
/plugin/labeled/ |
H A D | admin_tpl.php | 8 <input type="hidden" name="sectok" value="<?php echo hsc(getSecurityToken())?>" />
|
/plugin/doodle2/ |
H A D | doodle_template.php | 18 <input type="hidden" name="sectok" value="<?php echo getSecurityToken() ?>" />
|
/plugin/davcal/action/ |
H A D | jsinfo.php | 43 $JSINFO['plugin']['davcal']['sectok'] = getSecurityToken();
|
/plugin/doodle3/ |
H A D | doodle_template.php | 19 <input type="hidden" name="sectok" value="<?php echo getSecurityToken() ?>" />
|
/plugin/metaeditor/admin/ |
H A D | editor.php | 73 echo '<td><div id="fileTree" data-sectok="'.getSecurityToken().'">';
|
/plugin/yuriigantt/src/Views/ |
H A D | dhtmlxgantt.php | 154 csrf: '<?= getSecurityToken() ; ?>',
|
/plugin/dokubookmark/ |
H A D | helper.php | 214 $form->addHidden('sectoc', getSecurityToken()); 306 i4.value = '<?php echo getSecurityToken();?>';
|
/plugin/sqlite/ |
H A D | admin.php | 156 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite', 'db' => $db, 'sectok' => getSecurityToken()]), 244 'sectok' => getSecurityToken(),
|
/plugin/twcheckliste/ |
H A D | admin.php | 82 <input type="hidden" name="sectok" value="' . getSecurityToken() . '" />
|
123