Added tabs in function
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user