From 04ee59b29a4da020681b7dfb5468490e02f36ad2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 19 Dec 2002 20:30:37 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/public/password.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/public/password.php b/htdocs/public/password.php index d0ccb2b8d8c..836eb3b05ca 100644 --- a/htdocs/public/password.php +++ b/htdocs/public/password.php @@ -50,8 +50,6 @@ if ($result) $user->id = 1; $user->password("admin"); - - print "Compte admin/admin créé"; } } }