vegvisir/public/index.php
2022-11-26 20:48:33 +01:00

8 lines
No EOL
215 B
PHP

<?php
require_once "../src/Init.php";
require_once Path::pragma("src/request/Request.php");
// Start the request processor. This is how Pragma gets initialized
// from an HTTP request.
(new Request());