Przeglądaj źródła

Fixed minor stuffs

Toby Chui 2 miesięcy temu
rodzic
commit
3d68c7913b
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      def.go
  2. 1 0
      mod/dynamicproxy/domainsniff/proxmox.go

+ 1 - 1
def.go

@@ -42,7 +42,7 @@ import (
 const (
 	/* Build Constants */
 	SYSTEM_NAME       = "Zoraxy"
-	SYSTEM_VERSION    = "3.1.6"
+	SYSTEM_VERSION    = "3.1.7"
 	DEVELOPMENT_BUILD = false /* Development: Set to false to use embedded web fs */
 
 	/* System Constants */

+ 1 - 0
mod/dynamicproxy/domainsniff/proxmox.go

@@ -17,5 +17,6 @@ func IsProxmox(r *http.Request) bool {
 			return true
 		}
 	}
+
 	return false
 }