Skip to content
Snippets Groups Projects
Commit f32c320f authored by Hans Kristian Hoel's avatar Hans Kristian Hoel
Browse files

fixed one small fail. changed ? to & in url sett up for auth

parent 953ff95f
Branches
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ func HandlerLanguages(w http.ResponseWriter, r *http.Request) {
auth := QueryGet("auth", "false", r) // gets auth from localhost link
if auth != "false" { // check ig auth is not false
L.Auth = true // sets auth to true
URL3 = URL2 + auth + "?per_page=100"
URL3 = URL2 + auth + "&per_page=100"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment