From: Jordan M. <jm...@MI...> - 2002-10-24 06:36:33
|
Hi, phpicalendar is great, thanks! I had a minor feature request, more for others than myself. Most web browsers that I have used don't automatically load the index.php page in a given directory. Rather, index.html is assumed. So, how about a simple index.html file in phpicalendar distribution with the following: <html> <head> <meta http-equiv=refresh content="0; URL=./index.php"> </head> </html> That way, when the user types in the web address, ending in the phpicalendar-0.7 folder, it will automatically load index.php. What do you think? Jordan |