1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 22:26:32 +02:00

Version 1.0.0

This commit is contained in:
Sebastian
2017-04-14 21:45:15 +02:00
commit f39d60b60b
1064 changed files with 79822 additions and 0 deletions

9
index.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
require __DIR__ . '/system/vendor/autoload.php';
require __DIR__ . '/system/system.php';
$app->run();
?>