mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 15:24:51 +00:00
Add support for client-specific API keys
Refactoring API. Added a contact update endpoint. Small misc changes.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
$software_id = $row['software_id'];
|
||||
$software_name = $row['software_name'];
|
||||
$software_type = $row['software_type'];
|
||||
$software_license = $row['software_license'];
|
||||
$software_license = $row['software_license_type'];
|
||||
$software_notes = $row['software_notes'];
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user