|
|
@ -1,7 +1,7 @@
|
|
|
|
# encoding: utf-8
|
|
|
|
# encoding: utf-8
|
|
|
|
class MyshixunsController < ApplicationController
|
|
|
|
class MyshixunsController < ApplicationController
|
|
|
|
layout 'base_myshixun'
|
|
|
|
layout 'base_myshixun'
|
|
|
|
skip_before_filter :verify_authenticity_token, :only => [:training_task_status, :close_webssh, :code_runinng_message]
|
|
|
|
skip_before_filter :verify_authenticity_token, :only => [:training_task_status, :close_webssh, :code_runinng_message, :vnc]
|
|
|
|
before_filter :require_login, :except => [:training_task_status, :close_webssh, :code_runinng_message]
|
|
|
|
before_filter :require_login, :except => [:training_task_status, :close_webssh, :code_runinng_message]
|
|
|
|
before_filter :check_authentication, :except => [:training_task_status, :close_webssh, :mul_test_home, :mul_test_user,
|
|
|
|
before_filter :check_authentication, :except => [:training_task_status, :close_webssh, :mul_test_home, :mul_test_user,
|
|
|
|
:mul_test_myshixun, :mul_test_shixun, :mul_test_start, :code_runinng_message]
|
|
|
|
:mul_test_myshixun, :mul_test_shixun, :mul_test_start, :code_runinng_message]
|
|
|
|