11-05-2007, 11:24 AM
|
#34 (permalink)
|
|
Minors (Triple A)
Join Date: Mar 2002
Posts: 207
|
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.
|
Thanks Stu!
|
|
|