
 To change the main default page your will find these lines below in your config.pl file, just uncomment (delete the # sign) on the main page line that you won't to be your new default main page. and rember to comment out the old main page using the # sign

## Change the line below to defualt display you would like to have ###
#else { require "$config{'require'}dispcat.pl" && &dispcat; }
#else { require "$config{'require'}dispcat2.pl" && &dispcat2; }
#else { require "$config{'require'}dispcat3.pl" && &dispcat3; }
#else { require "$config{'require'}dispcat4.pl" && &dispcat4; }
#else { require "$config{'require'}dispcat5.pl" && &dispcat5; }
#else { require "$config{'require'}dispcat6.pl" && &dispcat6; }
#else { require "$config{'require'}dispcat7.pl" && &dispcat7; }
else { require "$config{'require'}dispcat8.pl" && &dispcat8; }
#else { require "$config{'require'}dispcat9.pl" && &dispcat9; }
#else { require "$config{'require'}dispcat10.pl" && &dispcat10; }