Update HomeController.php

This commit is contained in:
1day2die 2022-08-15 02:10:31 +02:00
parent 4c2b0dd005
commit 9be016982d

View file

@ -23,7 +23,7 @@ class HomeController extends Controller
}
public function callHome(){
if(Storage::exists("callhome")){return;}
if(Storage::exists("callHome")){return;}
Http::asForm()->post('https://market.controlpanel.gg/callhome.php', [
'id' => Hash::make(URL::current())
]);