From 106cebec65e8b6a623bec2fff29a87c2932fa4dc Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 26 Feb 2026 23:21:06 -0500 Subject: update css to not using box-sizing --- src/web/lib/hooks.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/web/lib') diff --git a/src/web/lib/hooks.php b/src/web/lib/hooks.php index a688069..70853e1 100644 --- a/src/web/lib/hooks.php +++ b/src/web/lib/hooks.php @@ -1,20 +1,6 @@ req['uri_str'] ?? ''; - $file = basename($uri_str); - if (str_ends_with($file, '.htc')) - load_htc($file); } function CRIMSON_error_hook(?array $req, int $code): never { -- cgit v1.2.3-freya