adding a copy of CakePHP 1.3.6

This commit is contained in:
Dan Buch
2011-01-02 23:24:59 -05:00
parent 30a56d237f
commit aaa61a737b
742 changed files with 194575 additions and 0 deletions

5
web/html/cake/.htaccess Normal file
View File

@@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>