Mystral77
Hello Mystral77,
Great, this is exactly what I have been looking for hours.
The problem is that it doesn't work for me. I'm doing something wrong, I'm not a professional either, just basic.
From Line 76 of queue.php:
`if($this->report){
if(function_exists('apache_get_modules')){
$modules = apache_get_modules();
$this->mod_security2 = in_array('mod_security2', $modules);
}
@ini_set('output_buffering', 'off');
@ini_set('zlib.output_compression', 0);
if(!headers_sent()){
while(ob_get_level() > 0 && $this->obend++ < 3){
$test = @ob_get_clean();
}
}`
Where should I add your code?
From line 245 closing body tag ("</body>"):
if($this->report){
echo "</body></html>";
while($this->obend-- > 0){
ob_start();
}
exit;
Same question...Where should I add your code?
It would be very nice if you could help me, preferably a little more detailed... of course if you have time and desire.
Thanks a lot in advance,
Greetings Gerry