mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
do not allow download of extensions
This commit is contained in:
parent
b1dc684738
commit
367d1b52a7
|
@ -45,6 +45,8 @@ else $currenttab=NULL;
|
|||
|
||||
// add new attribute definition ---------------------------------------------
|
||||
if ($action == "download") {
|
||||
UI::exitError(getMLText("admin_tools"),getMLText("access_denied"));
|
||||
|
||||
if (!isset($_POST["extname"])) {
|
||||
UI::exitError(getMLText("admin_tools"),getMLText("unknown_id"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user