[pmwiki-users] Fw: Setting up AuthUser and Upload

Al Louis Ripskis ripskis at sprynet.com
Sat Mar 12 10:52:33 CST 2011


Guys,
In the PmWiki site that I'm constructing I'm attempting to permit AuthUser to upload to a single upload directory after logging in. I inserted this in the beginning of my config.php:

include_once("$FarmD/scripts/authuser.php");

##  Enable uploads and set a site-wide default upload password.
$EnableUpload = 1;
$DefaultPasswords['upload'] = crypt('secret');
$UploadPrefixFmt = '';

Well it doesn't work. What have I done wrong?
Thanks much,
Al







More information about the pmwiki-users mailing list