root / createBackup.php

View | Annotate | Download (1.4 KB)

# Date Author Comment
6ebba44e 02/18/2010 06:59 PM Cameron Fackler

Update copyright date to 2010

b98bbffd 12/24/2009 01:48 AM Josh Elser

Remove unneeded connect.lib.php

0db219df 12/04/2009 02:04 AM Josh Elser

Rename the database class and move the config class into class/

fd389ac4 09/16/2009 12:17 PM Colin Sullivan

Fixed permissions back to the way they were before I messed them up :)

856037c4 09/16/2009 10:38 AM Colin Sullivan

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).

bd279a60 06/02/2009 01:51 PM Josh Elser

Updated the copyright to be the current year.

a75ecd09 03/25/2009 12:36 PM Josh Elser

Added the option for users to create a backup of their installation. Decided against letting users reload the database on their own.