Skip to content

Instantly share code, notes, and snippets.

@thejhh
Created December 25, 2017 18:47
Show Gist options
  • Select an option

  • Save thejhh/279443e389255202e666f8bca5bab373 to your computer and use it in GitHub Desktop.

Select an option

Save thejhh/279443e389255202e666f8bca5bab373 to your computer and use it in GitHub Desktop.
Silent PHP detection
<html>
<head>
<!-- <?php if (false) { ?> -->
<link rel="stylesheet" href="/loader.css">
<base href="/">
<!-- <?php } else { echo '-'.'->'; ?>
<link rel="stylesheet" href="<?php echo $config['base'];?>loader.css">
<base href="<?php echo $config['base'];?>">
<?php echo '<!--'; } ?> -->
</head>
<body
...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment