Наконец-то разобрался с сессиями, +минорные фиксы

This commit is contained in:
2023-08-31 23:26:16 +03:00
parent ae719995ee
commit 983a5d0353
3 changed files with 27 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ Files starting from "_" ("_example.php") are intended for internal use only.
- _auth.php: things related to authentification
- _errors.php: error strings
- _json.php: wrappers for JSON functions
- _utils.php: random utility functions
- [ ] stats.php (GET/POST): all general statistics about this instance
@@ -30,7 +31,6 @@ Files starting from "_" ("_example.php") are intended for internal use only.
- [ ] user/create.php (POST): create new user account
- [ ] user/edit.php (POST): edit user profile
- [x] user/delete.php (POST): delete user account
- [ ] user/__admin_session.php (GET): start debug session as admin
- [ ] post/ (GET/POST): get single post by id
- [ ] post/search.php (GET/POST): get list of posts matching the criteria