scratch – Rev 8

Subversion Repositories:
Rev:
<?php

# Set this to the filesystem to the folder where the files should be uploaded.
$STORE_FOLDER = '/var/www/incoming/';

# Set this to the URL path of the folder where the files can be retrieved.
$URL_PATH = 'http://my.tld/incoming/';