This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
ecomonde
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
correction register 2
master
heuzef
10 years ago
parent
b1188ab056
commit
f10054ad53
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
register.php
+ 1
- 1
register.php
View File
@@ -2,7 +2,7 @@
include "header.php";
connecte("ecomonde");
$pseudo=$_POST['pseudo'];
$pass=sha1($_POST['pass']);
$pass=sha1($_POST['pass
word
']);
$email=$_POST['email'];
$hash=md5($email);
$check_email=requete1l("SELECT * FROM membres WHERE email='$email'");
Write
Preview
Loading…
Cancel
Save