scratch – Diff between revs 44 and 46

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 44 Rev 46
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 9... Line -...
9 $STORE_FOLDER = '/var/www/incoming/'; -  
10   -  
11 # Temporary editor file shared by all clients. -  
12 $SHARED_EDITOR_FILE = 'share.html'; 9 $STORE_FOLDER = '/var/www/incoming/';
13   10  
Line 14... Line 11...
14 # Set this to the URL path of the folder where the files can be retrieved. 11 # Set this to the URL path of the folder where the files can be retrieved.
15 $URL_PATH = 'http://my.tld/incoming/'; 12 $URL_PATH = 'http://my.tld/incoming/';