1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-25 23:06:29 +02:00

Version 1.1.0 Introducing Plugins, Event-Dispatcher and CookieConsent

This commit is contained in:
Sebastian
2018-02-06 19:19:02 +01:00
parent 5fa14fb838
commit cb9bfdc0c5
87 changed files with 4432 additions and 491 deletions

View File

@@ -3,7 +3,7 @@
use Typemill\Controllers\PageController;
use Typemill\Controllers\SetupController;
if(!isset($userSettings))
if($settings['settings']['setup'])
{
$app->get('/setup', SetupController::class . ':setup')->setName('setup');
$app->post('/setup', SetupController::class . ':save')->setName('save');