Added tabs in function

This commit is contained in:
Frank Bischof 2023-04-07 08:50:38 +02:00
parent 35f2baf3a8
commit b0b1946be8
1 changed files with 45 additions and 46 deletions

View File

@ -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