Pull from master

This commit is contained in:
San Wai Lwin
2018-05-18 16:26:03 +06:30
parent 610d39847e
commit c1525be826
12 changed files with 58 additions and 32 deletions

View File

@@ -20,11 +20,11 @@ class 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