scratch – Diff between revs 46 and 48

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 46 Rev 48
Line 6... Line 6...
6   6  
7 # Set this to the filesystem to the folder where the files should be 7 # Set this to the filesystem to the folder where the files should be
8 # uploaded. 8 # uploaded.
Line -... Line 9...
-   9 $STORE_FOLDER = '/var/www/incoming/';
-   10  
-   11 # The size of the asset hash generated when uploading.
9 $STORE_FOLDER = '/var/www/incoming/'; 12 $ASSET_HASH_SIZE = 8;
10   13  
Line 11... Line 14...
11 # Set this to the URL path of the folder where the files can be retrieved. 14 # Set this to the URL path of the folder where the files can be retrieved.
12 $URL_PATH = 'http://my.tld/incoming/'; 15 $URL_PATH = 'http://my.tld/incoming/';