Converted all Misuzu style route handlers to Index style ones.

This commit is contained in:
flash 2023-08-04 20:51:02 +00:00
parent 761fdb7f80
commit c1bf19bc12
20 changed files with 1047 additions and 905 deletions
public

View file

@ -208,5 +208,5 @@ if(!empty($mszLegacyPath) && str_starts_with($mszLegacyPath, $mszLegacyPathPrefi
}
}
$msz->setUpHttp(str_contains($mszRequestPath, '.php'));
$msz->setUpHttp();
$msz->dispatchHttp($request);