Skip to content

Commit

Permalink
uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
maurozadu committed Feb 23, 2011
1 parent 81705c0 commit 7ede90e
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
/tmp
/plugins/brownie
/webroot/uploads
/webroot/uploads/thumbs
1 change: 1 addition & 0 deletions models/post.php
Expand Up @@ -4,6 +4,7 @@ class Post extends AppModel {

var $belongsTo = array('Category', 'PostStatus');
var $hasAndBelongsToMany = array('Tag');
var $order = array('date' => 'desc');

var $brwConfig = array(
'images' => array(
Expand Down
Binary file added webroot/uploads/Post/1/blue1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webroot/uploads/Post/1/skyclounds02526.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webroot/uploads/Post/1/skyclounds02531.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webroot/uploads/Post/1/skyclounds02534.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webroot/uploads/Post/1/sun01852.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webroot/uploads/Post/1/url.htm.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ede90e

Please sign in to comment.