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