mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix: Authenticated users can craft a POST request to delete any file on the webserver. Thank you @
bhopkins0
This commit is contained in:
@@ -28,7 +28,6 @@ $company_initials = nullable_htmlentities(initials($company_name));
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form action="post.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
||||
<input type="hidden" name="existing_file_name" value="<?php echo $company_logo; ?>">
|
||||
|
||||
<div class="form-group">
|
||||
<label>Name <strong class="text-danger">*</strong></label>
|
||||
|
||||
Reference in New Issue
Block a user