mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36:23 +05:30
6 lines
No EOL
149 B
PHP
6 lines
No EOL
149 B
PHP
<?php
|
|
|
|
require "lib/password.php";
|
|
|
|
echo "Test for functionality of compat library: " . (PasswordCompat\binary\check() ? "Pass" : "Fail");
|
|
echo "\n"; |