Skip to content

Instantly share code, notes, and snippets.

@joekolade
Last active March 3, 2023 11:08
Show Gist options
  • Select an option

  • Save joekolade/dca060650da2d1edb11caf259bb12a7f to your computer and use it in GitHub Desktop.

Select an option

Save joekolade/dca060650da2d1edb11caf259bb12a7f to your computer and use it in GitHub Desktop.
[Debug per IP] PHP Debug information based on request IP #typo3
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