Update core.go
This commit is contained in:
parent
dd722f10e9
commit
7863379bbf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
|||
//fmt.Fprintf(w, "%s \n", r.URL.RawQuery)
|
||||
|
||||
//Indicate whether or not you are using shard tables
|
||||
shards := false
|
||||
shards := true
|
||||
|
||||
//check if worksafe+https cookie enabled.
|
||||
filterHTTPS := false
|
||||
|
|
Loading…
Reference in a new issue