This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/public/index.php

10 lines
209 B
PHP
Raw Permalink Normal View History

2022-09-13 15:14:49 +02:00
<?php
namespace Misuzu;
require_once __DIR__ . '/../misuzu.php';
$request = \Index\Http\HttpRequest::fromRequest();
$ctx->setUpHttp(str_contains($request->getPath(), '.php'));
$ctx->dispatchHttp($request);