added license

This commit is contained in:
Yan
2017-11-16 16:13:26 +06:30
parent b1f98df4e0
commit 178b3484be
10 changed files with 264 additions and 184 deletions

View File

@@ -110,7 +110,7 @@ class ApplicationController < ActionController::Base
if License.check_license_file
return true
else
redirect_to install_path
redirect_to activate_path
end
end
end