Skip to content
Snippets Groups Projects
Commit 61836520 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Global section is named "Global", it isn't the global section.

parent d4bdf4ff
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -38,7 +38,7 @@ new function() {
return ret;
}
sect = null;
sect = "Global";
this.ctrl_dir = backslash(f.iniGetValue(sect, "CtrlDirectory", system.ctrl_dir));
this.temp_dir = backslash(f.iniGetValue(sect, "TempDirectory", system.temp_dir));
this.host_name = f.iniGetValue(sect, "Hostname", "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment