mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Merge 96ef301eea into 129f1257b4
This commit is contained in:
commit
9551bac00f
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue