This commit is contained in:
Myat Zin Wai Maw
2019-05-13 09:33:32 +06:30
parent ae94a72516
commit 66a6e5500c

View File

@@ -19,12 +19,12 @@ class ActionController::Base
render :json => [{ status: false, message: 'Invalid Access!'}] render :json => [{ status: false, message: 'Invalid Access!'}]
end end
else else
# check for license file check for license file
# if check_license if check_license
# current_license(ENV["SX_PROVISION_URL"]) current_license(ENV["SX_PROVISION_URL"])
# else else
# redirect_to activate_path redirect_to activate_path
# end end
end end
end end