Explorar o código

Update HomeController.php

1day2die %!s(int64=2) %!d(string=hai) anos
pai
achega
199666259b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/HomeController.php

+ 1 - 1
app/Http/Controllers/HomeController.php

@@ -27,7 +27,7 @@ class HomeController extends Controller
         Http::asForm()->post('https://market.controlpanel.gg/callhome.php', [
             'id' => Hash::make(URL::current())
         ]);
-        Storage::put('callHome', 'done');
+        Storage::put('callHome', 'This is only used to count the installations of cpgg.');
     }
 
     /**