mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
require_once '../src/core.php';
|
|
|
|
$dispatcher = new Dispatcher();
|
|
$dispatcher->run();
|