From: James E. F. <jf...@ac...> - 2002-03-08 15:46:04
|
On Fri, 8 Mar 2002, Richard M. Pavonarius wrote: > Never mind, I found it. It's in the BUGS file. Ack. > > At 23:09 02/03/07 -0400, you wrote: > > The CSV file is saved in /tmp with 600 permissions. I don't have a > > root acct on the server I'm using so I can't access the file. Where's > > the code to change the location and permissions? You can change the path where these files are dumped to at: admin/include/lib/espauth.inc line 170 Set 'home' to where the files should go, you can even make it a function of the username or something clever like that. You can change the file permissions at: admin/include/function/survey_export_csv.inc line 13 -James |