+
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