Last active
March 3, 2023 11:08
-
-
Save joekolade/dca060650da2d1edb11caf259bb12a7f to your computer and use it in GitHub Desktop.
[Debug per IP] PHP Debug information based on request IP #typo3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if($_SERVER['REMOTE_ADDR'] == '37.209.17.41'){ | |
| var_dump($var); | |
| exit; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment