Index: alternc/trunk/bureau/class/config.php
===================================================================
--- alternc/trunk/bureau/class/config.php	(revision 1939)
+++ alternc/trunk/bureau/class/config.php	(revision 1945)
@@ -67,5 +67,4 @@
 }
 
-$error = "";
 
 /* PHPLIB inclusions : */
@@ -73,8 +72,4 @@
 /* Server Domain Name */
 $host=getenv("HTTP_HOST");
-
-/* Custom PHP debugger */ 
-require_once($root."class/error_handler.php"); 
-$queryCount = 0;
 
 /* Global variables (AlternC configuration) */
@@ -84,6 +79,4 @@
 require_once($root."class/functions.php");
 require_once($root."class/variables.php");
-
-$tempsDebut = microtimeFloat(); 
 
 // Redirection si appel à https://(!fqdn)/
@@ -151,12 +144,5 @@
 /* Check the User identity (if required) */
 if (!defined('NOCHECK')) {
-  $fields = array (
-	"username"  => array ("request", "string", ""), 
-	"password"  => array ("request", "string", ""), 
-	"restrictip" => array ("request", "integer", 0), 		
-  );
-  getFields($fields); 
-  
-  if (!$mem->checkid($username,$password,$restrictip)) {
+  if (!$mem->checkid()) {
     $error=$err->errstr();
     include("index.php");
