Created
December 25, 2017 18:47
-
-
Save thejhh/279443e389255202e666f8bca5bab373 to your computer and use it in GitHub Desktop.
Silent PHP detection
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
| <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