Changeset 3246 for plugins/pacKman/index.php
- Timestamp:
- 11/04/13 13:57:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pacKman/index.php
r3240 r3246 156 156 elseif ($action == 'delete') { 157 157 158 if ($type == 'plugins') {159 $proot = $plugins_path;160 }161 elseif ($type == 'themes') {162 $proot == $themes_path;163 }164 else {165 $proot == 'repository';166 }167 168 158 foreach ($_POST['modules'] as $id => $root) { 169 159 if (!file_exists($root) || !files::isDeletable($root)) {
Note: See TracChangeset
for help on using the changeset viewer.