kendarorg / PhpNuget

Php nuget manager supporting complex queries on txt files or MySQL
http://www.kendar.org/?p=/dotnet/phpnuget
Other
23 stars 15 forks source link

Deleting a package does not remove the package file from the server #76

Open Nirusu opened 5 years ago

Nirusu commented 5 years ago

Deleting a package as admin does remove the entry from the database, but does not remove the package file from the package directory on the server. The "Delete" button directly calls the API action, which only handles database entries but not file management.