add remove script
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$filename = "/boot/config/plugins/NerdPack/packages/".$_POST["pkg"];
|
||||
if (is_file($filename));
|
||||
unlink($filename);
|
||||
?>
|
Reference in New Issue
Block a user