Go live.
authorIain Patterson <me@iain.cx>
Tue, 9 Apr 2013 15:44:41 +0000 (11:44 -0400)
committerIain Patterson <me@iain.cx>
Wed, 10 Apr 2013 10:10:48 +0000 (06:10 -0400)
commit6fdbfe32798452ec1c0fdbda57edabb892518409
treef7e2568c79e5dec499ae61f8a9ac10b3d02bb2e5
Go live.
27 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
lib/admin.php [new file with mode: 0644]
lib/area.php [new file with mode: 0644]
lib/city.php [new file with mode: 0644]
lib/constants.php [new file with mode: 0644]
lib/contact.php [new file with mode: 0644]
lib/delivery.php [new file with mode: 0644]
lib/donation.php [new file with mode: 0644]
lib/footer.php [new file with mode: 0644]
lib/forms.php [new file with mode: 0644]
lib/functions.php [new file with mode: 0644]
lib/header.php [new file with mode: 0644]
lib/hub.php [new file with mode: 0644]
lib/menu.php [new file with mode: 0644]
lib/order.php [new file with mode: 0644]
propel/build.properties [new file with mode: 0644]
propel/build/classes/ReadifoodObject.php [new file with mode: 0644]
propel/build/classes/readifood/Contact.php [new file with mode: 0644]
propel/build/classes/readifood/Donation.php [new file with mode: 0644]
propel/build/classes/readifood/Hub.php [new file with mode: 0644]
propel/build/classes/readifood/Order.php [new file with mode: 0644]
propel/schema.xml [new file with mode: 0644]
www/.htaccess [new file with mode: 0644]
www/index.php [new file with mode: 0644]
www/logo.png [new file with mode: 0644]
www/style.css [new file with mode: 0644]