We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66beb56 commit 3c94ec7Copy full SHA for 3c94ec7
README.md
@@ -19,4 +19,10 @@ Start off by cloning this repo. Then [create a new authorization token](https://
19
define("GITHUB_TOKEN", "<INSERT YOUR TOKEN HERE>");
20
```
21
22
+It is also recommended you create another file in `.env` with the name of `.htaccess` and the following content:
23
+
24
+```
25
+Deny from all
26
27
28
Thats it! You should now be able to use this instance of Gitcard!
0 commit comments