change split bill

This commit is contained in:
phyusin
2018-02-14 17:07:33 +06:30
parent 75cadc7ed3
commit 8898ba597a
4 changed files with 14 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