zoneminder/web/vendor/ircmaxell/password-compat/version-test.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
149 B
PHP
Raw Normal View History

<?php
require "lib/password.php";
echo "Test for functionality of compat library: " . (PasswordCompat\binary\check() ? "Pass" : "Fail");
echo "\n";