]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Logging for ejabberd authentication is now done via syslog
[friendica.git] / index.php
index 90045868e7d2f21eb32596a5ebfc20dbfbfada7e..c94675a59ae65a887fe181c1350f714555d3e8d4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -20,7 +20,9 @@ use Friendica\Core\Config;
 require_once 'boot.php';
 require_once 'object/BaseObject.php';
 
-$a = new App(__DIR__);
+if (empty($a)) {
+       $a = new App(__DIR__);
+}
 BaseObject::set_app($a);
 
 // We assume that the index.php is called by a frontend process