diff options
Diffstat (limited to 'includes/phpsniff/index.php')
| -rw-r--r-- | includes/phpsniff/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/phpsniff/index.php b/includes/phpsniff/index.php new file mode 100644 index 0000000..3e305fe --- /dev/null +++ b/includes/phpsniff/index.php @@ -0,0 +1,6 @@ +<?php + + // This is not a package. + header ("location: ../index.php"); + +?>
\ No newline at end of file |
