]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Issue 11566: More detailled notification configuration
[friendica.git] / index.php
index 0afd2c7d3eefa8b0c9daf73cfdeb51164aabfe28..ba990532b824ba1b8998e5f6360a4a6799eda1e4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -41,11 +41,10 @@ $a = \Friendica\DI::app();
 \Friendica\DI::mode()->setExecutor(\Friendica\App\Mode::INDEX);
 
 $a->runFrontend(
-       $dice->create(\Friendica\App\ModuleController::class),
        $dice->create(\Friendica\App\Router::class),
        $dice->create(\Friendica\Core\PConfig\Capability\IManagePersonalConfigValues::class),
        $dice->create(\Friendica\Security\Authentication::class),
        $dice->create(\Friendica\App\Page::class),
-       $dice,
+       new \Friendica\Util\HTTPInputData($_SERVER),
        $start_time
 );