Skip to content

Commit

Permalink
changed filetype to actually trigger the sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcil committed Feb 18, 2020
1 parent 7b0af52 commit eaaceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// Misc
$a->withHeader('Access-Control-Allow-Origin', '*');
include('abc.xyz');
require_once EXTENSION_PATH . '/path/to' . $name . '.php';
require_once EXTENSION_PATH . '/path/to' . $name . '.jkl';

// Easy user input
$_GET['a'] = 'xss';
Expand Down

0 comments on commit eaaceee

Please sign in to comment.