mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 19:41:15 +02:00
fix vertical scrollbar
This commit is contained in:
@@ -16,6 +16,7 @@ Below we hash a string, and then check the hash against a new string. Because ou
|
|||||||
|
|
||||||
{% highlight php %}
|
{% highlight php %}
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require 'password.php';
|
require 'password.php';
|
||||||
|
|
||||||
$passwordHash = password_hash('secret-password', PASSWORD_DEFAULT);
|
$passwordHash = password_hash('secret-password', PASSWORD_DEFAULT);
|
||||||
|
Reference in New Issue
Block a user