summaryrefslogtreecommitdiffstats
path: root/system/core/compat/hash.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-22 10:15:01 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-22 10:15:01 +0100
commit21898a45f323bb74ef6e5ee8cf21c3397467665b (patch)
treed373ff858e9620c08a790d578d8ff07b745a31fe /system/core/compat/hash.php
parent4a183078d782016cd1aaa74cb1762718638609b8 (diff)
parent93d98b611051bf123532a0d30ebe97480ae4a3b4 (diff)
Merge pull request #3490 from vlakoff/file_endings
[ci skip] Remove closing blocks at end of PHP files
Diffstat (limited to 'system/core/compat/hash.php')
-rw-r--r--system/core/compat/hash.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/core/compat/hash.php b/system/core/compat/hash.php
index aeacabdb9..477535dca 100644
--- a/system/core/compat/hash.php
+++ b/system/core/compat/hash.php
@@ -196,6 +196,3 @@ if ( ! function_exists('hash_pbkdf2'))
return substr($raw_output ? $hash : bin2hex($hash), 0, $length);
}
}
-
-/* End of file hash.php */
-/* Location: ./system/core/compat/hash.php */ \ No newline at end of file