diff options
Diffstat (limited to 'http/public/do')
| -rw-r--r-- | http/public/do/bcrypt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/public/do/bcrypt.php b/http/public/do/bcrypt.php index 3eb1b83..a61dd9e 100644 --- a/http/public/do/bcrypt.php +++ b/http/public/do/bcrypt.php @@ -54,4 +54,4 @@ header('Content-Type: text/plain; charset=utf-8'); header('Cache-Control: no-store, no-cache, must-revalidate'); header('Pragma: no-cache'); -echo $user . $hash; +echo $user . ':' . $hash; |
