From: Robert Sesek Date: Tue, 3 Apr 2012 13:15:28 +0000 (-0400) Subject: Change the frontend files directory X-Git-Tag: 0.9.656.0~28 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=e7f8ff4140723eee90de5a54d9ad1eaee6a8815a;p=armadillo.git Change the frontend files directory --- diff --git a/server/server.go b/server/server.go index d921a14..656a184 100644 --- a/server/server.go +++ b/server/server.go @@ -1,6 +1,6 @@ // // Armadillo File Manager -// Copyright (c) 2010-2011, Robert Sesek +// Copyright (c) 2010-2012, Robert Sesek // // This program is free software: you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free Software @@ -24,7 +24,7 @@ import ( ) var dir, file = path.Split(path.Clean(os.Getenv("_"))) -var kFrontEndFiles string = path.Join(dir, "fe") +var kFrontEndFiles string = path.Join(dir, "frontend") var gConfig *config.Configuration func SetConfig(aConfig *config.Configuration) {