Add basepath to App
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ use Friendica\App;
|
||||
*/
|
||||
require_once("boot.php");
|
||||
|
||||
$a = new App;
|
||||
$a = new App(dirname(__DIR__));
|
||||
@include(".htconfig.php");
|
||||
|
||||
$lang = get_browser_language();
|
||||
|
||||
Reference in New Issue
Block a user