1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-19 21:41:15 +02:00
Files
php-typemill/index.php
2022-10-14 20:24:25 +02:00

7 lines
127 B
PHP

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