check void for table status update

This commit is contained in:
phyusin
2018-02-14 17:32:34 +06:30
parent 867148a038
commit 4f1a6fefe7
5 changed files with 27 additions and 15 deletions

View File

@@ -38,11 +38,11 @@ class ApplicationController < ActionController::Base
end
else
# check for license file
if check_license
current_license(ENV["SX_PROVISION_URL"])
else
redirect_to activate_path
end
# if check_license
# current_license(ENV["SX_PROVISION_URL"])
# else
# redirect_to activate_path
# end
end
end