Subversion Repositories personal-webbase

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
<?php
2
 
3
if (isset($configuration['common_debugger']['debug']) && ($configuration['common_debugger']['debug']))
4
{
5
        ob_start();
6
}
7
 
8
?>