Skip to content

Commit 4f83d9a

Browse files
committed
made changes
1 parent 6e6e507 commit 4f83d9a

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
basic_auth=false
21
display_error=1
3-
## log_dir=path
42
## Add methods by seperated by commmas
5-
http_method=GET,POST
3+
http_method=HEAD,GET,POST,PUT,DELETE
4+
username=php
5+
password=router

.env.sample

Lines changed: 0 additions & 1 deletion
This file was deleted.

Library/BasicAuthentication.php

Whitespace-only changes.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- Dynamic routes
66
- Pass variables in the URI
77
- Muliple HTTP methods
8-
- Session based basic authentication
98

109
## Usage
1110
### Routes

0 commit comments

Comments
 (0)