Skip to content
Snippets Groups Projects
Commit fc8899f8 authored by echicken's avatar echicken
Browse files

Set webIni.WebDirectory if missing from modopts.ini. (Hopefully this is temporary.)

parent a6ce8776
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ var webIni=(function() {
var webIni = get_mod_options("ecweb");
if(webIni==null)
webIni={};
if(typeof webIni.WebDirectory == "undefined")
webIni.WebDirectory = '../web/';
if(webIni.RootDirectory==undefined)
webIni.RootDirectory='../web/root/ecwebv3';
if(webIni.WebGuest==undefined)
......
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