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