This commit is contained in:
bee0005
2016-09-04 06:29:32 +00:00
parent 8813a0983c
commit 5e4e8183f6
2 changed files with 8 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ class HomeController < ApplicationController
def index
config = get_conf
#@current_dir = config["project_path"]
@current_dir = "/"
@current_dir = "/mnt"
file_directory(@current_dir)
end