Version 1.3.9
parent
51104c5ee7
commit
b903356b94
|
@ -24,7 +24,7 @@ import (
|
||||||
// Version is the current File Manager version.
|
// Version is the current File Manager version.
|
||||||
const (
|
const (
|
||||||
// Version is the current File Manager version.
|
// Version is the current File Manager version.
|
||||||
Version = "(untracked)"
|
Version = "1.3.9"
|
||||||
|
|
||||||
ListViewMode = "list"
|
ListViewMode = "list"
|
||||||
MosaicViewMode = "mosaic"
|
MosaicViewMode = "mosaic"
|
||||||
|
|
|
@ -53,7 +53,7 @@ func reCaptcha(secret string, response string) (bool, error) {
|
||||||
return data.Success, nil
|
return data.Success, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// authHandler proccesses the authentication for the user.
|
// authHandler processes the authentication for the user.
|
||||||
func authHandler(c *fm.Context, w http.ResponseWriter, r *http.Request) (int, error) {
|
func authHandler(c *fm.Context, w http.ResponseWriter, r *http.Request) (int, error) {
|
||||||
// NoAuth instances shouldn't call this method.
|
// NoAuth instances shouldn't call this method.
|
||||||
if c.NoAuth {
|
if c.NoAuth {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue