Update HomeController.php
This commit is contained in:
parent
9be016982d
commit
199666259b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class HomeController extends Controller
|
||||||
Http::asForm()->post('https://market.controlpanel.gg/callhome.php', [
|
Http::asForm()->post('https://market.controlpanel.gg/callhome.php', [
|
||||||
'id' => Hash::make(URL::current())
|
'id' => Hash::make(URL::current())
|
||||||
]);
|
]);
|
||||||
Storage::put('callHome', 'done');
|
Storage::put('callHome', 'This is only used to count the installations of cpgg.');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue