mirror of
https://github.com/saintly2k/FoOlSlideX.git
synced 2025-02-20 11:13:13 +08:00
Fixed installer dirs
This commit is contained in:
parent
bde9a77950
commit
ee10795a42
@ -10,7 +10,7 @@ require_once "../config.php";
|
||||
if ($config["email"] == "saintly@h33t.moe")
|
||||
die("You haven't edited the config.php file yet.");
|
||||
|
||||
require_once "../library/plugins/enabled/userLangs.php";
|
||||
require_once "../library/plugins/userLangs.php";
|
||||
|
||||
$userlang = cat($_COOKIE[cat("fsx_lang")] ?? $config["default"]["lang"]);
|
||||
if (file_exists("../library/langs/" . $userlang . ".php"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user