license verify
This commit is contained in:
@@ -58,7 +58,7 @@ class ApplicationController < ActionController::Base
|
||||
def cache_license(url, lookup)
|
||||
flag = ENV["AES_IV"]
|
||||
@license = License.new(url, lookup)
|
||||
puts flag
|
||||
|
||||
# Check Exists IV
|
||||
if flag == "<%= ENV['AES_IV'] %>"
|
||||
# Export for Key
|
||||
|
||||
Reference in New Issue
Block a user