]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Change output function
[friendica.git] / index.php
index 95a1306b392dc032e81b71ed97886999230b976d..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
  *
@@ -45,5 +45,6 @@ $a->runFrontend(
        $dice->create(\Friendica\Core\PConfig\Capability\IManagePersonalConfigValues::class),
        $dice->create(\Friendica\Security\Authentication::class),
        $dice->create(\Friendica\App\Page::class),
+       new \Friendica\Util\HTTPInputData($_SERVER),
        $start_time
 );