From 9238f8260444f4b1b7deb60d256dc3c814113ffe Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Wed, 22 Aug 2012 06:38:41 +0000 Subject: [PATCH] Oubli d'un debug --- bureau/class/m_mysql.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bureau/class/m_mysql.php b/bureau/class/m_mysql.php index 236253ad..f1b00d03 100644 --- a/bureau/class/m_mysql.php +++ b/bureau/class/m_mysql.php @@ -245,7 +245,6 @@ class m_mysql { // Ok, database does not exist, quota is ok and dbname is compliant. Let's proceed $db->query("INSERT INTO db (uid,login,pass,db,bck_mode) VALUES ('$cuid','$myadm','$password','$dbname',0);"); $dbname=str_replace('_','\_',$dbname); - echo $admin;echo $dbname;die(); $this->grant($dbname,$myadm,"ALL PRIVILEGES",$password); $this->dbus->query("FLUSH PRIVILEGES;"); return true;