Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
From e7f8ff4140723eee90de5a54d9ad1eaee6a8815a Mon Sep 17 00:00:00 2001
From: Robert Sesek
Date: Tue, 3 Apr 2012 09:15:28 -0400
Subject: [PATCH] Change the frontend files directory
---
server/server.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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) {
--
1.7.11.3