diff options
-rwxr-xr-x | application/errors/error_php.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/errors/error_php.php b/application/errors/error_php.php index f085c2037..5f91e07a0 100755 --- a/application/errors/error_php.php +++ b/application/errors/error_php.php @@ -7,4 +7,5 @@ <p>Filename: <?php echo $filepath; ?></p> <p>Line Number: <?php echo $line; ?></p> -</div>
\ No newline at end of file +</div> +<?php exit(); |