<?php
if (!isset($_GET['auth']) || $_GET['auth']!=="motdepasse" && !file_exits("error.log.php")) {
    
header("HTTP/1.0 404 Not Found"); exit;
} else {
    include(
"error.log.php");
    print 
"<pre>";
    
print_r($e);
    print 
"<pre>";
}
?>