Skip to content

Commit 81844ce

Browse files
authored
Update credential.Php - model fix path
1 parent 7945d8b commit 81844ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

post/user/credential.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
enforceUserPermission('module_credential', 2);
1010

11-
require_once 'post/login_model.php';
11+
require_once 'post/user/credential_model.php';
1212

1313
mysqli_query($mysqli,"INSERT INTO logins SET login_name = '$name', login_description = '$description', login_uri = '$uri', login_uri_2 = '$uri_2', login_username = '$username', login_password = '$password', login_otp_secret = '$otp_secret', login_note = '$note', login_important = $important, login_contact_id = $contact_id, login_vendor_id = $vendor_id, login_asset_id = $asset_id, login_software_id = $software_id, login_client_id = $client_id");
1414

@@ -27,7 +27,7 @@
2727

2828
enforceUserPermission('module_credential', 2);
2929

30-
require_once 'post/login_model.php';
30+
require_once 'post/user/credential_model.php';
3131

3232
$login_id = intval($_POST['login_id']);
3333

0 commit comments

Comments
 (0)