• Resolved fimm86

    (@fimm86)


    Dear support,

    I hope that you can check the class declaration first before declaring the HOTP and Base32 class in the init.php file.

    include_once(LOGINIZER_PRO_DIR.’/lib/hotp.php’);
    include_once(LOGINIZER_PRO_DIR.’/lib/Base32.php’);

    It can increase the compatibility with another security plugin. For example:

    if (!class_exists(‘HOTP’)) {
    include_once(LOGINIZER_PRO_DIR.’/lib/hotp.php’);
    }

    if (!class_exists(‘Base32’)) {
    include_once(LOGINIZER_PRO_DIR.’/lib/Base32.php’);
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘HOTP and Base32 class declaration’ is closed to new replies.