This commit is contained in:
bee0005 2016-08-20 09:37:05 +00:00
parent c4f1675cc2
commit 7535568a45
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
class PlainpageController < ApplicationController
before_action :require_login
def index

View File

@ -1,5 +1,5 @@
class VolumnController < ApplicationController
def info
@output = `ls`
end
end

View File

@ -45,7 +45,6 @@
<div class="clearfix"></div>
</div>
<div class="x_content">
<%=@output%>
</div>
</div>
</div>