Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/demo.cartinsight.co/vendor/pragmarx/google2fa-laravel/src/Support/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/demo.cartinsight.co/vendor/pragmarx/google2fa-laravel/src/Support/Constants.php
<?php

namespace PragmaRX\Google2FALaravel\Support;

class Constants
{
    const CONFIG_PACKAGE_NAME = 'google2fa';

    const SESSION_AUTH_PASSED = 'auth_passed';

    const SESSION_AUTH_TIME = 'auth_time';

    const SESSION_OTP_TIMESTAMP = 'otp_timestamp';

    const QRCODE_IMAGE_BACKEND_EPS = 'eps';

    const QRCODE_IMAGE_BACKEND_SVG = 'svg';

    const QRCODE_IMAGE_BACKEND_IMAGEMAGICK = 'imagemagick';

    const OTP_EMPTY = 'empty';

    const OTP_VALID = 'valid';

    const OTP_INVALID = 'invalid';
}

Spamworldpro Mini