From 2ddc9496e9403a59a87b644d1c2b9a106b773e46 Mon Sep 17 00:00:00 2001
From: Derek Allard
application/errors/error_general.php
The optional parameter $status_code determines what HTTP status code should be sent with the error.
-This function will display the 404 error message supplied to it using the following error template:
application/errors/error_404.php
The function expects the string passed to it to be the file path to the page that isn't found. Note that CodeIgniter automatically shows 404 messages if controllers are not found.
+CodeIgniter automatically logs any show_404() calls. Setting the optional second parameter to FALSE will skip logging.
+