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





_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to