diff --git a/filemanager.go b/filemanager.go index a743a618..24db7bf5 100644 --- a/filemanager.go +++ b/filemanager.go @@ -24,7 +24,7 @@ import ( // Version is the current File Manager version. const ( // Version is the current File Manager version. - Version = "(untracked)" + Version = "1.3.9" ListViewMode = "list" MosaicViewMode = "mosaic" diff --git a/http/auth.go b/http/auth.go index 360ceed4..9f8fc4de 100644 --- a/http/auth.go +++ b/http/auth.go @@ -53,7 +53,7 @@ func reCaptcha(secret string, response string) (bool, error) { 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) { // NoAuth instances shouldn't call this method. if c.NoAuth { diff --git a/rice-box.go.REMOVED.git-id b/rice-box.go.REMOVED.git-id new file mode 100644 index 00000000..67248efb --- /dev/null +++ b/rice-box.go.REMOVED.git-id @@ -0,0 +1 @@ +cf13216707679e7794cbc7a558b89938abaa9526 \ No newline at end of file