Yeeeeee! It’s done. All files have a short description now.
parent
4c6ede19a3
commit
1e6155042f
|
@ -1,3 +1,5 @@
|
|||
# Short documentation of all files
|
||||
### index.php
|
||||
Self-Explanatory
|
||||
### README.md
|
||||
this file
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Short description of each file
|
||||
### index.php
|
||||
obvious, hopefully
|
||||
### README.md
|
||||
this file
|
|
@ -3,3 +3,5 @@
|
|||
This is my usual nope.html to prevent kiddies from poking at my files. It just redirects. There is no real security benefit to it though as it does not even prevent `wget -r`.
|
||||
### *.{svg,png,jpg}
|
||||
images that are used on the page
|
||||
### README.md
|
||||
this file
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
# A short description of each file
|
||||
### index.php
|
||||
should be obvious, accepts a $_GET variable to display error messages: error=<credentials|session>
|
||||
### README.md
|
||||
this file
|
||||
### redirect.php
|
||||
does some tasks for login and redirects to the user’s personal feed page
|
|
@ -1,3 +1,5 @@
|
|||
# Short documentation of all files
|
||||
### index.php
|
||||
Self-Explanatory
|
||||
### README.md
|
||||
this file
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Short description of each file
|
||||
### index.php
|
||||
Well, guess what?
|
||||
### README.md
|
||||
this file
|
|
@ -0,0 +1,10 @@
|
|||
# Short documentation of each file
|
||||
### index.php
|
||||
Fairly obvious, if you ask me.
|
||||
Accepts a $_GET variable: action=<[not present]|edit>
|
||||
### default.php
|
||||
shown by default, loaded via include()
|
||||
### edit.php
|
||||
profile edit page, loaded via include()
|
||||
### README.md
|
||||
this file
|
|
@ -0,0 +1,7 @@
|
|||
# Short description for each file
|
||||
### verify-email [DIR] the folder containing the email verification page
|
||||
### index.php
|
||||
You can figure that out on your own.
|
||||
Interesting fact about this page: Will force-logout the user without notice.
|
||||
### README.md
|
||||
this file
|
|
@ -0,0 +1,7 @@
|
|||
# Files
|
||||
### index.php
|
||||
obvious
|
||||
### redirect.php
|
||||
activates the user after the email has been verified
|
||||
### README.md
|
||||
this file
|
|
@ -1,3 +1,5 @@
|
|||
# Short documentation of all files
|
||||
## Short documentation of all files
|
||||
### index.php
|
||||
Self-Explanatory
|
||||
### README.md
|
||||
this file
|
||||
|
|
Loading…
Reference in New Issue