This commit is contained in:
bee0005 2016-09-02 06:20:43 +00:00
parent 5a6c4d367c
commit 1a3a9fc20d

View File

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