]> git.wh0rd.org - tt-rss.git/commit
move OTPHP to vendor/; additionally move Base32 class to OTPHP namespace
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 20 Jun 2018 15:27:34 +0000 (18:27 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 20 Jun 2018 15:27:34 +0000 (18:27 +0300)
commit310c18e6bbd8e7f78a0a45f0501cb1dc6fab2159
tree1aee50612509895272be3d11b32b08f7e8b0e497
parentdf47100ad10117f67dd0fb86f270cdd2d24b5692
move OTPHP to vendor/; additionally move Base32 class to OTPHP namespace
14 files changed:
classes/pref/prefs.php
lib/otphp/LICENCE [deleted file]
lib/otphp/lib/hotp.php [deleted file]
lib/otphp/lib/otp.php [deleted file]
lib/otphp/lib/otphp.php [deleted file]
lib/otphp/lib/totp.php [deleted file]
lib/otphp/vendor/base32.php [deleted file]
lib/otphp/vendor/libs.php [deleted file]
vendor/OTPHP/Base32.php [new file with mode: 0644]
vendor/OTPHP/HOTP.php [new file with mode: 0644]
vendor/OTPHP/LICENCE [new file with mode: 0644]
vendor/OTPHP/OTP.php [new file with mode: 0644]
vendor/OTPHP/OTPHP.php [new file with mode: 0644]
vendor/OTPHP/TOTP.php [new file with mode: 0644]