c86e63914a7414b8ec2a24226b73024ff595aa12
Author: skeemer
Date: 2009-01-06 21:49:27 -0800
diff --git a/.gitignore b/.gitignore
index 1451c79..b6e7b6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
tmp
tmp/*
config/database.php
+webroot/api
+webroot/api/*
diff --git a/index.php b/index.php
index 96da0f0..e12fbf9 100644
--- a/index.php
+++ b/index.php
@@ -3,6 +3,7 @@
/**
* PHP versions 4 and 5
*
+ *
* CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org)
* Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
*
