View Single Post
Old 03-15-2016, 10:41 AM  
shake
frc
 
Industry Role:
Join Date: Jul 2003
Location: Bitcoin wallet
Posts: 4,663
Quote:
Originally Posted by Kafka View Post
tip for Paxum:


ini_set('display_errors','0');

register_shutdown_function('fatalError');
function fatalError()
{
$last_error = error_get_last();
if ($last_error['type'] === E_ERROR){

echo "There was an error.";
exit;

}
}
Yeah, showing error details is a security risk.
__________________
Crazy fast VPS for $10 a month. Try with $20 free credit
shake is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote