<?php if (core::ifPost("from") AND core::getPost("from") == "authenticator") { echo user::checkGoogleAuthenticator(core::getPost("email")); }