Browse Source

Finalized for v3.0.1

Toby Chui 1 year ago
parent
commit
296c000353
2 changed files with 2 additions and 2 deletions
  1. 1 1
      main.go
  2. 1 1
      web/components/redirection.html

+ 1 - 1
main.go

@@ -52,7 +52,7 @@ var (
 	name        = "Zoraxy"
 	version     = "3.0.1"
 	nodeUUID    = "generic"
-	development = true //Set this to false to use embedded web fs
+	development = false //Set this to false to use embedded web fs
 	bootTime    = time.Now().Unix()
 
 	/*

+ 1 - 1
web/components/redirection.html

@@ -41,7 +41,7 @@
               <div class="ui toggle checkbox">
                   <input id="redirectRegex" type="checkbox">
                   <label>Enable Regular Expression Support<br>
-                  <small>Regular expression redirection check will cause each page load to be slightly slower. <br>
+                  <small>Regular expression redirection check will noticeably slow down page load<br>
                     Support <a href="https://yourbasic.org/golang/regexp-cheat-sheet/" target="_blank">Go style regex</a>. e.g. <code style="background-color: rgb(44, 44, 44); color: white">.\.redirect\.example\.com</code></small></label>
               </div>
             </div>