~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to bin/run.php

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2018-06-20 16:27:37 UTC
  • mfrom: (652)
  • mto: This revision was merged to the branch mainline in revision 653.
  • Revision ID: git-v1:1a1ca01506202d782ed245fa27b6ce6c32f0a216
Merge branch 'release18' into bugfix/1.8.10-pack2

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
 
84
84
\Xibo\Middleware\Storage::setStorage($app->container);
85
85
\Xibo\Middleware\State::setState($app);
86
 
$app->configService->loadTheme();
87
86
 
 
87
$app->add(new \Xibo\Middleware\Xtr());
88
88
$app->add(new \Xibo\Middleware\Storage());
89
89
$app->add(new \Xibo\Middleware\Xmr());
90
90