View | Annotate | Download (1.4 KB)
Update copyright date to 2010
Remove unneeded connect.lib.php
Rename the database class and move the config class into class/
Fixed permissions back to the way they were before I messed them up :)
Proper escaping of characters when inserted into database
This was only happening for the '&' character (upon inserting a new business), because the values were being passed along via $_GET over AJAX. I changed it to use $_POST instead, using the jQuery ajax framework (since I don't know how to use the prototype one).
Updated the copyright to be the current year.
Added the option for users to create a backup of their installation. Decided against letting users reload the database on their own.