Marc-Etienne Vargenau schrieb:
> Update of /cvsroot/phpwiki/phpwiki/lib
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18745
>
> Modified Files:
> config.php
> Log Message:
> Correct UPLOAD_FILE_PATH/UPLOAD_DATA_PATH mix-up; force creation of the returned directory if it does not exist
At first I was concerned, when a user put wrong info in the config.ini,
e.g,. by mixing up UPLOAD_FILE_PATH (filesystem) with UPLOAD_DATA_PATH (web)
But very good idea.
This way users with only ftp access can mkdir their upload dir with the
correct webserver permissions and don't have to bother the admin.
|