FSN#22727 Inloggen nieuwe stijl

svn path=/Website/trunk/; revision=12029
This commit is contained in:
Jos Groot Lipman
2012-08-09 14:18:10 +00:00
parent 634bdf8529
commit 07916e6620
3 changed files with 9 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
*/
LCL_Disable = 1;
ANONYMOUS_Allowed = 1;
%>
<!-- #include file="../Shared/common.inc"-->
<%
@@ -34,7 +35,7 @@
var oRs = Oracle.Execute(sql);
if (oRs.Eof)
{
Response.Write("URL NOT FOUND");
Response.Write("BOOKMARK URL NOT FOUND");
Response.End;
}
var url = oRs("fac_bookmark_path").Value;