adjusted base url for antville.org (= empty string)
This commit is contained in:
parent
4c95fa2fdc
commit
1faf67f1c0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
res.contentType = "text/xml";
|
res.contentType = "text/xml";
|
||||||
|
|
||||||
var base = "http://" + getProperty("server") + getProperty("baseURI");
|
var base = ""; // "http://" + getProperty("server") + getProperty("baseURI");
|
||||||
var now = new Date();
|
var now = new Date();
|
||||||
var param1 = new Object();
|
var param1 = new Object();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue