2603.0 - First effort...

This commit is contained in:
2026-03-16 02:27:59 -04:00
parent c1b2c187e4
commit baed29d0fa
27 changed files with 2300 additions and 0 deletions

7
test.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
phpinfo();
//echo ("A");
echo password_hash("Jdr002s", PASSWORD_DEFAULT);
//echo ("B");
?>