C:\xampp\phpMyAdmin\vendor\pragmarx\google2fa\src\Support\Constants.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

namespace PragmaRX\Google2FA\Support;

class 
Constants
{
    
/**
     * Characters valid for Base 32.
     */
    
const VALID_FOR_B32 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567';

    
/**
     * Characters valid for Base 32, scrambled.
     */
    
const VALID_FOR_B32_SCRAMBLED '234567QWERTYUIOPASDFGHJKLZXCVBNM';

    
/**
     * Argument not set constant.
     */
    
const ARGUMENT_NOT_SET '__not_set__';
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586