X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=7a6e26b42e02f6fdce75c77d3fbc0e23c79cf322;hb=7fb913eb86e9897de3551811ba4adc9d7caf8c14;hp=1a88a7b283af3dab6cf81c55b91eb7377c7c3a8f;hpb=f2da1c5ab981ad273961eec86a8efdb5e4f01b5c;p=friendica.git diff --git a/index.php b/index.php index 1a88a7b283..7a6e26b42e 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ $a = \Friendica\DI::app(); $a->runFrontend( $dice->create(\Friendica\App\Module::class), $dice->create(\Friendica\App\Router::class), - $dice->create(\Friendica\Core\Config\IPConfiguration::class), + $dice->create(\Friendica\Core\PConfig\IPConfig::class), $dice->create(\Friendica\App\Authentication::class), $dice->create(\Friendica\App\Page::class) );