to update

This commit is contained in:
Nweni
2019-10-22 13:25:10 +06:30
17 changed files with 358 additions and 516 deletions

View File

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