Change the frontend files directory
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 3 Apr 2012 13:15:28 +0000 (09:15 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 3 Apr 2012 13:32:07 +0000 (09:32 -0400)
server/server.go

index d921a149652f010514613ef14bec53d05e57c9ca..656a184f1809d50c06c891786f86cfc05169714c 100644 (file)
@@ -1,6 +1,6 @@
 //
 // Armadillo File Manager
-// Copyright (c) 2010-2011, Robert Sesek <http://www.bluestatic.org>
+// Copyright (c) 2010-2012, Robert Sesek <http://www.bluestatic.org>
 //
 // 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) {