This commit is contained in:
http://wandborg.se/ 2013-10-23 21:18:07 +02:00 committed by Wiki Admin
parent 83223991af
commit 58204ad1f4

View file

@ -22,3 +22,4 @@
- It seems to be built from scratch and not leverage any frameworks.
- Seems like a messy codebase: Table-based design. No templating, HTML is `echo`-ed to stdout.
- Uses the [deprecated](http://php.net/manual/en/function.mysql-connect.php) PHP `mysql_*` functions.