FSN#40526 Backwards compatible login.asp
svn path=/Website/trunk/; revision=33867
This commit is contained in:
20
APPL/Shared/login.asp
Normal file
20
APPL/Shared/login.asp
Normal file
@@ -0,0 +1,20 @@
|
||||
<%@language = "javascript" %>
|
||||
<% /*
|
||||
$Id$
|
||||
|
||||
File: login.asp
|
||||
Description: Backwards compatible voor mensen die een bookmark hadden
|
||||
naar dit bestand. In de IIS logging kunnen we wel zien of
|
||||
dit bestand bij de volgende release weg mag
|
||||
Parameters:
|
||||
Context:
|
||||
Note:
|
||||
*/
|
||||
ANONYMOUS_Allowed = 1;
|
||||
%>
|
||||
<!-- #include file="../Shared/common.inc" -->
|
||||
<%
|
||||
// De url is bewust *niet* klikbaar om mensen te motiveren ook echt de bookmark aan te passen
|
||||
var msg = "This page is no longer available.<p>Please change any bookmarks to {0}/".format(HTTP.urlzelf());
|
||||
shared.simpel_page(msg);
|
||||
%>
|
||||
Reference in New Issue
Block a user