mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 21:38:25 +01:00
9 lines
116 B
PHP
9 lines
116 B
PHP
<?php
|
|
|
|
require __DIR__ . '/system/vendor/autoload.php';
|
|
|
|
require __DIR__ . '/system/system.php';
|
|
|
|
$app->run();
|
|
|
|
?>
|