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

Version 1.1.1 with analytics plugin, theme optimization and plugin-docu

This commit is contained in:
Sebastian
2018-02-26 17:36:08 +01:00
parent c43c633cb4
commit 058b3a531b
43 changed files with 530 additions and 311 deletions

View File

@@ -19,7 +19,7 @@ $dispatcher = new \Symfony\Component\EventDispatcher\EventDispatcher();
* LOAD SETTINGS *
************************/
$settings = Typemill\settings::loadSettings();
$settings = Typemill\Settings::loadSettings();
/************************
* INITIATE SLIM *
@@ -188,5 +188,5 @@ $app->add($container->get('csrf'));
* ADD ROUTES *
************************/
require __DIR__ . '/Routes/api.php';
require __DIR__ . '/Routes/web.php';
require __DIR__ . '/Routes/Api.php';
require __DIR__ . '/Routes/Web.php';