Prevent product without product key
This commit is contained in:
parent
e5253e3433
commit
1529b59235
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Utils
|
|||
|
||||
public static function requireHTTPS()
|
||||
{
|
||||
if (Request::root() === 'http://ninja.dev') {
|
||||
if (Request::root() === 'http://ninja.dev:8000') {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue