volumn
This commit is contained in:
parent
c4f1675cc2
commit
7535568a45
@ -1,5 +1,4 @@
|
||||
class PlainpageController < ApplicationController
|
||||
|
||||
before_action :require_login
|
||||
|
||||
def index
|
||||
|
@ -1,5 +1,5 @@
|
||||
class VolumnController < ApplicationController
|
||||
def info
|
||||
@output = `ls`
|
||||
end
|
||||
|
||||
end
|
||||
|
@ -45,7 +45,6 @@
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
<%=@output%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user