2
0

cms.authenticator.php 146 B

1234
  1. <?php
  2. if (core::ifPost("from") AND core::getPost("from") == "authenticator") {
  3. echo user::checkGoogleAuthenticator(core::getPost("email"));
  4. }