View Single Post
Old 11-05-2007, 11:24 AM   #34 (permalink)
huskerdan25
Minors (Triple A)
 
Join Date: Mar 2002
Posts: 207
Quote:
Originally Posted by Stu View Post
Be aware that this could cause an issue with the All-Star images. By default it creates the images folder 1 directory above the utility. So if you seperate them into folders, it will create the images directory in your cgi-bin and the images will not be accessible. To fix this I edited this line in ASAdmin.pm

$self->{ASDIR} = '../OOTPPU';

Just change '../OOTPOU' to the correct path.

I also commented out the lines that automatically create the images directory in '..OOTPOU' if it doesn't exist.
Thanks Stu!
huskerdan25 is offline   Reply With Quote