index(); } elseif ($uri === '/webmaster' || $uri === '/webmaster/index.php') { (new \Aidan\Tinytalk\Controller\WebmasterController())->index(); } else { http_response_code(404); echo "404 Not Found"; }