Changeset 4506 for branches/2.0/admin/plugins_list.php
- Timestamp:
- Dec 17, 2009, 2:02:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/plugins_list.php
r3949 r4506 39 39 if (isset($_GET['action']) and isset($_GET['plugin']) and !is_adviser()) 40 40 { 41 check_pwg_token(); 42 41 43 $page['errors'] = $plugins->perform_action($_GET['action'], $_GET['plugin']); 42 44 … … 97 99 'VERSION' => $fs_plugin['version'], 98 100 'DESCRIPTION' => $desc, 99 'U_ACTION' => $base_url.'&plugin='.$plugin_id );101 'U_ACTION' => $base_url.'&plugin='.$plugin_id.'&pwg_token='.get_pwg_token()); 100 102 101 103 if (isset($plugins->db_plugins_by_id[$plugin_id]))
Note: See TracChangeset
for help on using the changeset viewer.