]> git.mxchange.org Git - friendica.git/blobdiff - bin/auth_ejabberd.php
Merge pull request #5301 from annando/fix-it
[friendica.git] / bin / auth_ejabberd.php
index 901d4a4ceb68bb37873a9bd136ff4ab17ed17743..06d8488df84d82d64813deb2037b247bf5a0d2e1 100755 (executable)
@@ -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);