mirror of
https://codeberg.org/vegvisir/vegvisir.git
synced 2025-09-13 20:43:40 +02:00
8 lines
No EOL
215 B
PHP
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()); |