Kaydet (Commit) 13ded6ff authored tarafından mertcelen's avatar mertcelen

Fix for url while checking access.

üst 66840eaa
......@@ -90,7 +90,7 @@ class MarketController extends Controller
private function getClient()
{
if(!self::checkAccess(env("MARKET_URL"))){
if(!self::checkAccess(parse_url(env("MARKET_URL"))["host"])){
if(env("MARKET_URL") == null){
abort(504,"Market bağlantısı ayarlanmamış.");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment