Added tabs in function
This commit is contained in:
parent
35f2baf3a8
commit
b0b1946be8
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
function password_check($password_check_input) {
|
||||
|
||||
// Encrypt your password and uppercase all chars
|
||||
$sha1_password = strtoupper(sha1($password_check_input));
|
||||
// Trim to the first 5 characters of the hash
|
||||
|
Loading…
Reference in New Issue
Block a user