aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/pragmarx/google2fa/tests/Constants.php
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
commit5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch)
tree39a1a4629749056191c05dfd899f931701b7acf3 /srcs/phpmyadmin/vendor/pragmarx/google2fa/tests/Constants.php
parent5afd237bbd22028b85532b8c0b3fcead49a00764 (diff)
downloadft_server-master.tar.gz
ft_server-master.tar.bz2
ft_server-master.zip
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/phpmyadmin/vendor/pragmarx/google2fa/tests/Constants.php')
-rw-r--r--srcs/phpmyadmin/vendor/pragmarx/google2fa/tests/Constants.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/tests/Constants.php b/srcs/phpmyadmin/vendor/pragmarx/google2fa/tests/Constants.php
deleted file mode 100644
index 36f0ff8..0000000
--- a/srcs/phpmyadmin/vendor/pragmarx/google2fa/tests/Constants.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-namespace PragmaRX\Google2FA\Tests;
-
-class Constants
-{
- const SECRET = 'ADUMJO5634NPDEKW';
-
- const SHORT_SECRET = 'ADUMJO5';
-
- const INVALID_SECRET = 'DUMJO5634NPDEKX@';
-
- const WRONG_SECRET = 'ADUMJO5634NPDEKX';
-
- const URL = 'https://chart.googleapis.com/chart?chs=200x200&chld=M|0&cht=qr&chl=otpauth%3A%2F%2Ftotp%2FPragmaRX%3Aacr%252Bpragmarx%2540antoniocarlosribeiro.com%3Fsecret%3DADUMJO5634NPDEKW%26issuer%3DPragmaRX';
-}