diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-04-26 16:48:01 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-04-26 16:48:01 +0200 |
commit | c3cc300a952a793b9655226db1aad050daaa3803 (patch) | |
tree | 22c3732eb8035e1af2f5298a17b10bd2f5b17d5e /ratatoeskr/sys/pwhash.php | |
parent | 82d40e32363c4e96996eca7ee44ade879589aa0e (diff) | |
download | ratatoeskr-cms-c3cc300a952a793b9655226db1aad050daaa3803.tar.gz ratatoeskr-cms-c3cc300a952a793b9655226db1aad050daaa3803.tar.bz2 ratatoeskr-cms-c3cc300a952a793b9655226db1aad050daaa3803.zip |
Some simple code formatting
- Expand tabs into spaces
- Remove trailing whitespace
- Get rid of closing `?>` tags
Diffstat (limited to 'ratatoeskr/sys/pwhash.php')
-rw-r--r-- | ratatoeskr/sys/pwhash.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ratatoeskr/sys/pwhash.php b/ratatoeskr/sys/pwhash.php index 5f31dbb..78c3d33 100644 --- a/ratatoeskr/sys/pwhash.php +++ b/ratatoeskr/sys/pwhash.php @@ -70,5 +70,3 @@ class PasswordHash return self::hash($password, pack("H*", $hexsalt), $iterations) == $pwhash; } } - -?> |