mirror of
https://github.com/typemill/typemill.git
synced 2025-07-19 21:41:15 +02:00
7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
|
|
require __DIR__ . '/system/vendor/autoload.php';
|
|
|
|
require __DIR__ . '/system/typemill/system.php';
|
|
|
|
$app->run(); |