WIP: Allow decrypting logins/credentials via the API

This commit is contained in:
wrongecho
2024-08-25 12:45:18 +01:00
parent 9ef3099495
commit 24ff6f5c84
4 changed files with 5 additions and 7 deletions

View File

@@ -27,4 +27,4 @@ if (!empty($api_key_decrypt_password) && !empty($name) && !(empty($password))) {
}
// Output
require_once '../create_output.php';
require_once '../create_output.php';

View File

@@ -117,4 +117,4 @@ if (isset($_POST['login_software_id'])) {
$software_id = $credential_row['login_software_id'];
} else {
$software_id = '';
}
}

View File

@@ -35,4 +35,4 @@ if (!empty($_POST['api_key_decrypt_password']) && !empty($login_id)) {
}
// Output
require_once '../update_output.php';
require_once '../update_output.php';