Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naagaraa committed Jul 4, 2021
1 parent 54d9a72 commit 62051d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### 1. Fork the repo

### 2. Create a branch from `master`
### 2. Create a branch from `master` or `main`

### 3. If you've changed or add or remove codes, update the php documentation.

Expand Down
1 change: 0 additions & 1 deletion apps/config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function start_session() {
{
session_start();
$_SESSION['_minimvc_session'] = sha1(uniqid());
// $_SESSION['_token'] = sha1(Time());
}
}

Expand Down

0 comments on commit 62051d4

Please sign in to comment.