Changeset 4506 for branches/2.0/admin/plugins_new.php
- Timestamp:
- Dec 17, 2009, 2:02:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/admin/plugins_new.php
r3144 r4506 39 39 if (isset($_GET['revision']) and isset($_GET['extension']) and !is_adviser()) 40 40 { 41 check_pwg_token(); 42 41 43 $install_status = $plugins->extract_plugin_files('install', $_GET['revision'], $_GET['extension']); 42 44 … … 111 113 $url_auto_install = htmlentities($base_url) 112 114 . '&revision=' . $plugin['revision_id'] 113 . '&extension=' . $plugin['extension_id']; 115 . '&extension=' . $plugin['extension_id'] 116 . '&pwg_token='.get_pwg_token() 117 ; 114 118 115 119 $template->append('plugins', array(
Note: See TracChangeset
for help on using the changeset viewer.