Änderungen

This commit is contained in:
ja
2022-01-31 15:21:47 +01:00
parent 9de9d5b410
commit b83eea65a8
6 changed files with 2826 additions and 2725 deletions

View File

@@ -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