Quote:
Originally Posted by huskerdan25
Ok, I was able to get some assistance from Getch and wanted to share it here for others who may be interested in the same question.
If your cgi-bin directory is cgi-enabled, then you can create folders for each league in your cgi-bin directory. For example:
cgi-bin/league1
cgi-bin/league2
You create your csv folder under the league directory.
Thanks Getch for the assistance and hopefully this will help others (instead of the "Did you read the readme file" response).
|
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.