summaryrefslogtreecommitdiff
path: root/vendor/ircmaxell/password-compat/version-test.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-06 06:57:39 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-06 06:57:39 -0500
commit420d0ca4dd6cf075204867de28c2e6d5b1b68184 (patch)
treee7723f4b0687d82300ca5b4d38e3ab0ff3fc13cf /vendor/ircmaxell/password-compat/version-test.php
parentcfe1e13d4a2b964c950b5e3daa8cafab207f1158 (diff)
Remove vendor again
Diffstat (limited to 'vendor/ircmaxell/password-compat/version-test.php')
-rw-r--r--vendor/ircmaxell/password-compat/version-test.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/ircmaxell/password-compat/version-test.php b/vendor/ircmaxell/password-compat/version-test.php
deleted file mode 100644
index f527e30f..00000000
--- a/vendor/ircmaxell/password-compat/version-test.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$hash = '$2y$04$usesomesillystringfore7hnbRJHxXVLeakoG8K30oukPsA.ztMG';
-$test = crypt("password", $hash);
-$pass = $test == $hash;
-
-echo "Test for functionality of compat library: " . ($pass ? "Pass" : "Fail");
-echo "\n"; \ No newline at end of file