Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Add storage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Apr 11, 2011
1 parent f3900bf commit a9a6ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/storage/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
3 changes: 3 additions & 0 deletions www/index.php
Expand Up @@ -15,5 +15,8 @@
// absolute filesystem path to the temporary files
define('TEMP_DIR', WWW_DIR . '/../temp');

// absolute filesystem path to the uploaded files
define('STORAGE_DIR', APP_DIR . '/storage');

// load bootstrap file
require APP_DIR . '/bootstrap.php';

0 comments on commit a9a6ea3

Please sign in to comment.