update
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
class HomeController < ApplicationController
|
||||
def index
|
||||
config = get_conf
|
||||
@current_dir = config["project_path"]
|
||||
# @current_dir = config["project_path"]
|
||||
@current_dir = `~`
|
||||
file_directory(@current_dir)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user