From 60bae12024f3601418ef105c7edb7c3b44293b72 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 15 Jul 2026 18:48:40 -0400 Subject: [PATCH] Clean up admin post handler to match agent - Anchor includes and glob to __DIR__ so loading doesn't depend on CWD - Replace _model.php regex check with str_ends_with() --- admin/post.php | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/admin/post.php b/admin/post.php index 16bb6e6d..272b8564 100644 --- a/admin/post.php +++ b/admin/post.php @@ -1,31 +1,24 @@