X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fauth_ejabberd.php;h=06d8488df84d82d64813deb2037b247bf5a0d2e1;hb=fd7d452f7c1d80c33a063e173cc9b2dd0ef162f3;hp=901d4a4ceb68bb37873a9bd136ff4ab17ed17743;hpb=334d3921549a538130220f8b627f39f3e0877e26;p=friendica.git diff --git a/bin/auth_ejabberd.php b/bin/auth_ejabberd.php index 901d4a4ceb..06d8488df8 100755 --- a/bin/auth_ejabberd.php +++ b/bin/auth_ejabberd.php @@ -57,7 +57,7 @@ require_once "include/dba.php"; $a = new App(dirname(__DIR__)); BaseObject::setApp($a); -@include "config/.htconfig.php"; +@include ".htconfig.php"; dba::connect($db_host, $db_user, $db_pass, $db_data); unset($db_host, $db_user, $db_pass, $db_data);