Explorar el Código

Update httpsify.go

Mohammed Al Ashaal hace 9 años
padre
commit
13aca80fa6
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      httpsify.go

+ 0 - 3
httpsify.go

@@ -35,9 +35,6 @@ func init() {
 	if ( *domains == "" ) {
 		log.Fatal("err> Please enter your site(s) domain(s)")
 	}
-	if ( *backend == "" ) {
-		log.Fatal("err> Please enter the backend http server")
-	}
 }
 
 // --------------