Наконец-то разобрался с сессиями, +минорные фиксы
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user