diff --git a/log.php b/log.php
index 3330b40..60d9b9b 100644
--- a/log.php
+++ b/log.php
@@ -4,11 +4,11 @@
require_once( "config.inc.php" );
header( 'Location: ' . $accueil );
}*/
-require_once( "db.class.php" );
+//require_once( "db.class.php" );
require_once( "entete_mail.php" );
// $level => INFO, ALERT, ERROR
-function log_write($log, $level=INFO)
+/*function log_write($log, $level=INFO)
{
global $table_prefix, $webmaster, $headers;
$user = ( !empty( $_SERVER["PHP_AUTH_USER"])?$_SERVER["PHP_AUTH_USER"]:'' );
@@ -48,14 +48,14 @@ function log_write($log, $level=INFO)
{
mail( $webmaster, "Erreur Site Web", $log_mail, $headers );
}
-}
+}*/
// $db = true -> écrire les logs dans la base (défaut)
// $die = true -> execute die()
function log_error($log, $w_db=true, $die=false)
{
global $webmaster, $headers, $accueil, $db;
- if ( $w_db ) log_write($log, ERROR);
+ //if ( $w_db ) log_write($log, ERROR);
echo "$log
\n";
$log_err = 'erreur dans la requête
un rapport détaillé a été envoyé au webmaster';
if ( $die )