Migrate many admin Add modals to the new ajax-modal

This commit is contained in:
johnnyq
2025-11-05 01:39:22 -05:00
parent d365f48192
commit a297b8d6d8
32 changed files with 1243 additions and 1189 deletions

View File

@@ -432,7 +432,7 @@ if (isset($_GET['get_totp_token_via_id'])) {
}
if (isset($_GET['get_readable_pass'])) {
echo json_encode(GenerateReadablePassword(4));
echo json_encode(GenerateReadablePassword(1));
}
/*