lthn.io/app/Mod/Home/Boot.php
Claude 32d64561b2
fix: Octane compatibility — unconditional route registration
Octane registers routes once at startup when $_SERVER['HTTP_HOST']
is not available. All Website modules now register routes without
domain checks. Pool/Trade/Names subdomain routes disabled (views
not built). Home module disabled (Lethean handles homepage).

Container now serves 200 on FrankenPHP Octane.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 11:03:03 +01:00

13 lines
176 B
PHP

<?php
declare(strict_types=1);
namespace Mod\Home;
/**
* Disabled — homepage handled by Website/Lethean module.
*/
class Boot
{
public static array $listens = [];
}