Selaa lähdekoodia

Update httpsify.go

Mohammed Al Ashaal 9 vuotta sitten
vanhempi
commit
13aca80fa6
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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")
-	}
 }
 
 // --------------