This commit is contained in:
Lizandro Guarnizo
2026-01-12 11:06:43 -05:00
parent ce12ac2cce
commit dd36ed6fe0
110 changed files with 20873 additions and 696 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
echo password_verify('2fa904eee46f', '$2y$10$/ElTmzox8CpwwPaBLOz8JOKPsg7.ml2kn.85XuR7qRl/F4G5fzIxG') ? 'SI FUNCIONA' : 'NO FUNCIONA';
?>