1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 05:18:19 +01:00
php-typemill/index.php

7 lines
118 B
PHP
Raw Normal View History

2019-10-20 12:09:45 +02:00
<?php
require __DIR__ . '/system/vendor/autoload.php';
require __DIR__ . '/system/system.php';
$app->run();