Skip to content

Commit

Permalink
Fixed installer dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
saintly2k committed May 30, 2023
1 parent bde9a77 commit ee10795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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"))
Expand Down

0 comments on commit ee10795

Please sign in to comment.