From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../recaptcha/.github/ISSUE_TEMPLATE/bug_report.md | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 srcs/phpmyadmin/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md (limited to 'srcs/phpmyadmin/vendor/google/recaptcha/.github') diff --git a/srcs/phpmyadmin/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md b/srcs/phpmyadmin/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index a14dcfe..0000000 --- a/srcs/phpmyadmin/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: PHP client issue -about: Report an issue with the PHP client library - ---- - -**Issue description** - - -**Environment** - - - * OS name and version: - * PHP version: - * Web server name and version: - * `google/recaptcha` version: - * Browser name and version: - -**Reproducing the issue** - - - * URL (optional): - * Code (optional): - - ***User steps*** - - - 1. Visit page... -- cgit