X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=dd19bb83360e57b18d8b465f2a4ce7ea528ffee1;hb=452ff19d7335906bdc7f2a921e77e3656ed11be9;hp=bd5b3e396eede03224986634504e6cd915d1e59b;hpb=4bd70c15db79b484370a0636e1115e597044d208;p=friendica.git diff --git a/index.php b/index.php index bd5b3e396e..dd19bb8336 100644 --- a/index.php +++ b/index.php @@ -41,7 +41,7 @@ load_translation_table($lang); * */ -require_once("dba.php"); +require_once("include/dba.php"); if(! $install) { $db = new dba($db_host, $db_user, $db_pass, $db_data, $install); @@ -54,7 +54,7 @@ if(! $install) { load_config('config'); load_config('system'); - require_once("session.php"); + require_once("include/session.php"); load_hooks(); call_hooks('init_1'); } @@ -109,7 +109,7 @@ if((x($_GET,'zrl')) && (! $install)) { // header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";'); if((x($_SESSION,'authenticated')) || (x($_POST,'auth-params')) || ($a->module === 'login')) - require("auth.php"); + require("include/auth.php"); if(! x($_SESSION,'authenticated')) header('X-Account-Management-Status: none');