File 'x' is already included
Sample code:
require('some-file.php');
//...
include('some-file.php'); // File 'some-file.php' is already included
Codenizer detected two attempts to include same file
Skip to: Content | Navigation | Footer

Sample code:
require('some-file.php');
//...
include('some-file.php'); // File 'some-file.php' is already included
Codenizer detected two attempts to include same file