1
0
mirror of https://github.com/typemill/typemill.git synced 2025-04-13 16:51:52 +02:00
php-typemill/index.php

7 lines
112 B
PHP

<?php
require __DIR__ . '/system/vendor/autoload.php';
require __DIR__ . '/system/system.php';
$app->run();