From 79ba288b32039cae35d9a240dc4aa5950b23052e Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Wed, 21 Feb 2018 22:09:31 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'config.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 4704448..ca7ce99 100644 --- a/config.php +++ b/config.php @@ -38,9 +38,9 @@ define('G_Application_Name', 'Paste'); // Make sure this matches the name of you // Database information $dbhost = "localhost"; -$dbuser = "paste"; -$dbpassword = "no*aksp1"; -$dbname = "paste"; +$dbuser = "..."; +$dbpassword = "..."; +$dbname = "..."; // Secret key for paste encryption $sec_key = '688234e8c40a0db7710959c32292901e323232';