Releases: dharple/todo
Releases · dharple/todo
Back to Life
Changed
- Updated the software to work under a modern version of PHP.
- Add an autoloader, namespaces, little things.
- Removed deprecated functions and features.
Fixed
- An injection attack on the login page, in the laziest way possible.
Out of the Archive
Notes
- This was my todo list software for years. It was quickly thrown together and
then hacked as needed. It has some interesting features, and I brought it
back to life so I could port it to a modern framework. - It ran on a local machine, and I cannot recommend running it on a production
machine in this state. It was also meant to work withgpc_magic_quotes
;
without that option, it is vulnerable to injection attacks.
Committed to an old repo on 2007-10-03.