Added Reset favicon

This commit is contained in:
johnnyq
2025-12-13 15:45:02 -05:00
parent 72ef918452
commit 05018e5f17
3 changed files with 18 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ if (isset($_POST['edit_ai_model'])) {
if (isset($_GET['delete_ai_model'])) {
validateCSRFToken($_GET['csrf_token']);
$model_id = intval($_GET['delete_ai_model']);
$model_name = sanitizeInput(getFieldById('ai_models', $model_id, 'ai_model_name'));