This website requires JavaScript.
Explore
Help
Sign In
blackicedbear
/
FHC-Core
Watch
1
Star
0
Fork
0
You've already forked FHC-Core
mirror of
https://github.com/FH-Complete/FHC-Core.git
synced
2026-06-12 01:29:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db861e81b2af16143946afe0a445a45165521b09
FHC-Core
/
application
/
controllers
/
api
/
frontend
T
History
Johann Hoffmann
db861e81b2
rewrote post param acces from $id = $_POST['id'] to $id = $this->input->post('id') and subsequently rewrote safety checks from !isset($id) || isEmptyString($id) to $id === NULL || trim((string)$id) === '' to avoid ASCII conversion of low integers when passing them to isEmptyString function
2026-01-08 17:45:02 +01:00
..
fas
/studstatus
Bugfix: api/frontend/fas controller do not inherit from FHCAPI_Controller
2024-05-27 12:45:10 +02:00
v1
rewrote post param acces from $id = $_POST['id'] to $id = $this->input->post('id') and subsequently rewrote safety checks from !isset($id) || isEmptyString($id) to $id === NULL || trim((string)$id) === '' to avoid ASCII conversion of low integers when passing them to isEmptyString function
2026-01-08 17:45:02 +01:00