Subversion Repositories DevTools

Rev

Rev 4029 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4029 Rev 5061
Line 52... Line 52...
52
End Function
52
End Function
53
 
53
 
54
%>
54
%>
55
<%
55
<%
56
' Page Access Condition
56
' Page Access Condition
57
If NOT objAccessControl.IsActive("ConfigureBuildService") Then
57
If NOT canActionControl("ConfigureBuildService") Then
58
    Response.Redirect("message.asp?msg=401-9")
58
    Response.Redirect("message.asp?msg=401-9")
59
End If
59
End If
60
%>
60
%>
61
<html>
61
<html>
62
<head>
62
<head>