Added tabs in function

This commit is contained in:
Frank Bischof 2023-04-07 08:50:38 +02:00
parent 35f2baf3a8
commit b0b1946be8

View File

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