To show how the captcha works.

This commit is contained in:
2023-12-09 01:30:59 +06:00
parent 18f609eb6c
commit 292d49afe9
97 changed files with 11873 additions and 1 deletions

3
app/storage/app/.gitignore vendored Executable file
View File

@@ -0,0 +1,3 @@
*
!public/
!.gitignore

2
app/storage/app/public/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

9
app/storage/framework/.gitignore vendored Executable file
View File

@@ -0,0 +1,9 @@
compiled.php
config.php
down
events.scanned.php
maintenance.php
routes.php
routes.scanned.php
schedule-*
services.json

3
app/storage/framework/cache/.gitignore vendored Executable file
View File

@@ -0,0 +1,3 @@
*
!data/
!.gitignore

2
app/storage/framework/cache/data/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/framework/sessions/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/framework/testing/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/framework/views/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

2
app/storage/logs/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
*
!.gitignore