This line stops the execution flow, without explanation. If this is for debug, you should remove it. If this is to deal with an error, use exceptions instead.
}
if (!is_file($dir . '/system/initialize.php'))
{
echo 'Could not find initialize.php!';
exit(1);
}
require($dir . '/system/initialize.php');
/**
* Class BotStatisticsDetails
in public/ModuleDlstatsStatisticsDetails.php, line 37
Posted from SensioLabsInsight