Exemplo n.º 1
0
/**
 * Main initialization hook
 * 
 * Check if we should start the 2FA authentication or just retrieve the
 * plugin cookies and display current page.
 * 
 * @return void
 */
function rublon2factor_init()
{
    RublonHelper::cookieTransfer();
}