From 1529b5923574bc7f36c7d67360dad62fcfa3a88f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 19 Feb 2016 11:15:35 +0200 Subject: [PATCH] Prevent product without product key --- app/Libraries/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php index 340cfdfeba48..027f512a47df 100644 --- a/app/Libraries/Utils.php +++ b/app/Libraries/Utils.php @@ -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; }