X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=c94675a59ae65a887fe181c1350f714555d3e8d4;hb=578dc6f9672ca81a21ff70363cb16fb7cd0aca7c;hp=49a3b216da6624fe4623c80cc43adf2bcd813835;hpb=2bcd5b3243004b0659be06a5370016d080b23e87;p=friendica.git diff --git a/index.php b/index.php index 49a3b216da..c94675a59a 100644 --- 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 @@ -51,7 +53,7 @@ if (!$install) { require_once "include/dba.php"; if (!$install) { - $db = new dba($db_host, $db_user, $db_pass, $db_data, $install); + dba::connect($db_host, $db_user, $db_pass, $db_data, $install); unset($db_host, $db_user, $db_pass, $db_data); /**