I hereby claim:
- I am ptondereau on github.
- I am ptondereau (https://keybase.io/ptondereau) on keybase.
- I have a public key whose fingerprint is 369E 6E23 2682 7477 DA10 7BA8 B169 A3A4 15E7 C17D
To claim this, I am signing this object:
| <?php | |
| namespace App\Profiler; | |
| use Symfony\Component\HttpFoundation\Request; | |
| use Symfony\Component\HttpFoundation\Response; | |
| class FrankenPhpProfiler | |
| { | |
| private ?\BlackfireProbe $probe = null; |
I hereby claim:
To claim this, I am signing this object:
| namespace App\Providers; | |
| use Illuminate\Support\ServiceProvider; | |
| use Illuminate\Support\Facades\Request; | |
| class ConfigServiceProvider extends ServiceProvider { | |
| public function register() { | |
| switch (Request::server("HTTP_X_FORWARDED_SERVER")) { | |
| case 'www.site1.com': | |
| $template = 'site1'; |