mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fixed regression with logging broke edit license as logging required the client_id to be passed
This commit is contained in:
1
post.php
1
post.php
@@ -5540,6 +5540,7 @@ if(isset($_POST['edit_software'])){
|
||||
|
||||
$software_id = intval($_POST['software_id']);
|
||||
$login_id = intval($_POST['login_id']);
|
||||
$client_id = intval($_POST['client_id']);
|
||||
$name = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['name'])));
|
||||
$version = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['version'])));
|
||||
$type = trim(strip_tags(mysqli_real_escape_string($mysqli,$_POST['type'])));
|
||||
|
||||
Reference in New Issue
Block a user