This commit is contained in:
Fabian Franz BSc 2024-06-09 12:25:29 +02:00 committed by GitHub
commit 9551bac00f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,8 +78,8 @@ include an extra config file for people who dont like to mess with shipped confi
this makes updating dashboard from git a little bit easier this makes updating dashboard from git a little bit easier
*/ */
if (file_exists("../config.inc.php")) { if (file_exists(__DIR__."/../config.inc.php")) {
include ("../config.inc.php"); require (__DIR__."/../config.inc.php");
} }
?> ?>