Changeset 20715 for trunk/plugins/LocalFilesEditor
- Timestamp:
- Feb 12, 2013, 11:21:03 AM (12 years ago)
- Location:
- trunk/plugins/LocalFilesEditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/LocalFilesEditor/admin.php
r20714 r20715 67 67 if (isset($_POST['submit'])) 68 68 { 69 check_pwg_token(); 70 69 71 if (!is_webmaster()) 70 72 { … … 141 143 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=plugin-LocalFilesEditor-'.$page['tab'], 142 144 'LOCALEDIT_PATH' => LOCALEDIT_PATH, 145 'PWG_TOKEN' => get_pwg_token(), 143 146 'CODEMIRROR_MODE' => @$codemirror_mode 144 147 ) -
trunk/plugins/LocalFilesEditor/template/admin.tpl
r20714 r20715 28 28 29 29 <form method="post" class="properties" action="{$F_ACTION}" ENCTYPE="multipart/form-data" name="form"> 30 <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> 30 31 31 32 <div id="LocalFilesEditor">
Note: See TracChangeset
for help on using the changeset viewer.