Remove _details, fix plural and singular file naming in admin, update admin post to match agent post

This commit is contained in:
johnnyq
2026-07-15 00:38:34 -04:00
parent 38a042d435
commit dae7f09650
11 changed files with 41 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ $num_rows = mysqli_num_rows($sql);
<a href="/admin">Admin</a>
</li>
<li class="breadcrumb-item">
<a href="ai_provider.php">AI Providers</a>
<a href="ai_providers.php">AI Providers</a>
</li>
<li class="breadcrumb-item active">AI Models</li>
</ol>