Quote:
Originally Posted by Stu
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.
|
Crud, good point... I need to fix that.