Add alive request to Init command
This commit is contained in:
parent
25bf8895e2
commit
82592c8222
@ -35,10 +35,11 @@ public function handle()
|
||||
}
|
||||
private function alive()
|
||||
{
|
||||
echo "Sending alive request.\n";
|
||||
$id = config('app.id');
|
||||
$settings = InstanceSettings::get();
|
||||
$do_not_track = data_get($settings, 'do_not_track');
|
||||
if ($do_not_track) {
|
||||
if ($do_not_track == true) {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user