svn path=/Website/trunk/; revision=3309
This commit is contained in:
Jos Groot Lipman
2011-03-03 13:36:54 +00:00
parent caee495607
commit fff75d8c10

View File

@@ -1,7 +1,7 @@
<%@language = "javascript" %>
<% /*
$Revision: 8 $
$Modtime: 21-02-11 13:04 $
$Revision: 9 $
$Modtime: 3-03-11 15:03 $
File: phonebook_js.asp
Description: Phonebook API
@@ -14,7 +14,6 @@
DOCTYPE_Disable = 1;
%>
<!-- #include file="../../cust/install.inc"-->
<!-- #include file="../shared/check_sso.inc"-->
<!-- #include file="../Shared/json2.js" -->
<!-- #include file="../api/api.inc" -->
@@ -25,7 +24,7 @@ DOCTYPE_Disable = 1;
var nojQuery = getQParam("nojQuery", 0)==1;
var transitParam = "&fac_id="+Session("customerId");
var transitParam = "&fac_id="+Session("customerId") + buildTransitParam(["API", "APIKEY", "charset"]);
var proto = (Request.ServerVariables("SERVER_PORT") == "443")?"https":"http";
var sitenoroot = proto + "://" + Request.ServerVariables("SERVER_NAME");