added priority
This commit is contained in:
4
include/get_pw_hash.php
Normal file
4
include/get_pw_hash.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if(isset($_GET['pass'])) {
|
||||
echo(password_hash($_GET['pass'], PASSWORD_DEFAULT));
|
||||
}
|
Reference in New Issue
Block a user