Änderungen
This commit is contained in:
@@ -11,7 +11,7 @@ Public Class VERAG_VARIABLES
|
||||
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
|
||||
Return RandomInteger(Math.Pow(2, 4), Math.Pow(2, 6))
|
||||
Else
|
||||
Return RandomInteger(Math.Pow(2, 3), Math.Pow(2, 5))
|
||||
Return RandomInteger(Math.Pow(2, 5), Math.Pow(2, 8))
|
||||
End If
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user