Skip to content
Snippets Groups Projects
Commit ffd21eb3 authored by rswindell's avatar rswindell
Browse files

If ctrl/modopts.ini [ecweb]->appendURL is missing or set to a blank value,

don't default to '/ecwebv3/', just default to a blank string (no appendage).
parent 78424fee
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ var webIni=(function() {
if(webIni.WebGuest==undefined)
webIni.WebGuest='Guest';
if(webIni.appendURL==undefined)
webIni.appendURL='/ecwebv3/';
webIni.appendURL='';
if(webIni.sessionTimeout==undefined)
webIni.sessionTimeout=43200;
if(webIni.captchaLength==undefined)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment