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

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

parent 0e3342e0
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ new function() { ...@@ -38,7 +38,7 @@ new function() {
return ret; return ret;
} }
sect = null; sect = "Global";
this.ctrl_dir = backslash(f.iniGetValue(sect, "CtrlDirectory", system.ctrl_dir)); this.ctrl_dir = backslash(f.iniGetValue(sect, "CtrlDirectory", system.ctrl_dir));
this.temp_dir = backslash(f.iniGetValue(sect, "TempDirectory", system.temp_dir)); this.temp_dir = backslash(f.iniGetValue(sect, "TempDirectory", system.temp_dir));
this.host_name = f.iniGetValue(sect, "Hostname", ""); this.host_name = f.iniGetValue(sect, "Hostname", "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment