[Openfirst-cvscommit] downloads readme.txt,1.1,1.2
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-22 20:47:26
|
Update of /cvsroot/openfirst/downloads In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7629/downloads Modified Files: readme.txt Log Message: Updating Index: readme.txt =================================================================== RCS file: /cvsroot/openfirst/downloads/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 22 Mar 2005 20:44:38 -0000 1.1 --- readme.txt 22 Mar 2005 20:46:55 -0000 1.2 *************** *** 4,14 **** =================================== ! This directory is the default location for uploaded files. To change it, edit admin/upload.php: ! Line 34: $uploaddir=$fbasepath."/downloads/files/"; This is the absolute path to the folder for uploaded files. Line 35: $serverdir="files/"; This path is relative to getfile.php, and will be written to the database on upload. The script must have write permissions for the upload directory. It is also a good idea to disallow execution of scripts in the directory. --- 4,19 ---- =================================== ! The "files" directory is the default location for uploaded files. To change it, edit admin/upload.php: ! Line 34: $uploaddir="$fbasepath/downloads/files/"; This is the absolute path to the folder for uploaded files. Line 35: $serverdir="files/"; This path is relative to getfile.php, and will be written to the database on upload. + and index.php: + + Line 32: $uploaddir="$fbasepath/downloads/files/"; + This is the absolute path to the folder for uploaded files. + The script must have write permissions for the upload directory. It is also a good idea to disallow execution of scripts in the directory. *************** *** 16,18 **** =================================== IT IS SAFE TO DELETE THIS FILE ! =================================== \ No newline at end of file --- 21,23 ---- =================================== IT IS SAFE TO DELETE THIS FILE ! =================================== |