File "version-test.php"
Full Path: /home/humancap/cl.humancap.com.my/admin/secure/inc/version-test.php
File size: 146 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
require "password.php";
echo "Test for functionality of compat library: " . (PasswordCompat\binary\check() ? "Pass" : "Fail");
echo "\n";