Logo
Explore Help
Register Sign In
Proximity/staffmanager
1
0
Fork 0
You've already forked staffmanager
forked from miguel456/rbrecruiter
Code Issues Pull Requests Projects Releases Wiki Activity
staffmanager/config/recaptcha.php

15 lines
214 B
PHP
Raw Normal View History

Added main page This commit adds the main page (incl. breadcrumbs), a license file, a contact form (with recaptcha) and a captcha config file.
2020-04-27 07:28:00 +01:00
<?php
return [
'keys' => [
'sitekey' => env('RECAPTCHA_SITE_KEY'),
Revert "Apply fixes from StyleCI (pull request #6)" This reverts pull request #6. > This pull request applies code style fixes from an analysis carried out by [StyleCI](https://bitbucket.styleci.io). > > For more information, click [here](https://bitbucket.styleci.io/analyses/a2Jl7D).
2020-10-21 00:29:50 +00:00
'secret' => env('RECAPTCHA_PRIVATE_KEY')
Added main page This commit adds the main page (incl. breadcrumbs), a license file, a contact form (with recaptcha) and a captcha config file.
2020-04-27 07:28:00 +01:00
],
'verify' => [
Revert "Apply fixes from StyleCI (pull request #6)" This reverts pull request #6. > This pull request applies code style fixes from an analysis carried out by [StyleCI](https://bitbucket.styleci.io). > > For more information, click [here](https://bitbucket.styleci.io/analyses/a2Jl7D).
2020-10-21 00:29:50 +00:00
'apiurl' => env('RECAPTCHA_VERIFY_URL')
]
Added main page This commit adds the main page (incl. breadcrumbs), a license file, a contact form (with recaptcha) and a captcha config file.
2020-04-27 07:28:00 +01:00
];
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 53ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API