scratch – Blame information for rev 8

Subversion Repositories:
Rev:
Rev Author Line No. Line
8 office 1 <?php
2  
3 # Set this to the filesystem to the folder where the files should be uploaded.
4 $STORE_FOLDER = '/var/www/incoming/';
5  
6 # Set this to the URL path of the folder where the files can be retrieved.
7 $URL_PATH = 'http://my.tld/incoming/';