|
|
@ -11,7 +11,7 @@ $basedir = BasePath::create(dirname(__DIR__), $_SERVER); |
|
|
|
$configLoader = new Config\ConfigCacheLoader($basedir); |
|
|
|
$config = Factory\ConfigFactory::createCache($configLoader); |
|
|
|
$logger = Factory\LoggerFactory::create('console', $config); |
|
|
|
$profiler = Factory\ProfilerFactory::create($config); |
|
|
|
$profiler = Factory\ProfilerFactory::create($logger, $config); |
|
|
|
|
|
|
|
$a = new Friendica\App($config, $logger, $profiler); |
|
|
|
\Friendica\BaseObject::setApp($a); |
|
|
|