X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=2c18cb878c5504a82b2446f68e062b850428221b;hb=59204d641d5e75cc95d693fbf71767bff9647f00;hp=4857b1f12971a20a82c5ae62893bee154b5ebbb7;hpb=85dc9bb96b30819fcf544c9aa1013a8f380d6981;p=friendica.git diff --git a/index.php b/index.php index 4857b1f129..2c18cb878c 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ addRule(Friendica\App\Mode::class, ['call' => [['determineRunMode $a = \Friendica\DI::app(); +\Friendica\DI::mode()->setExecutor(\Friendica\App\Mode::INDEX); + $a->runFrontend( $dice->create(\Friendica\App\Module::class), $dice->create(\Friendica\App\Router::class), $dice->create(\Friendica\Core\PConfig\IPConfig::class), - $dice->create(\Friendica\App\Authentication::class), - $dice->create(\Friendica\App\Page::class) + $dice->create(\Friendica\Security\Authentication::class), + $dice->create(\Friendica\App\Page::class), + $start_time );