Christian Oliff
|
869a674f29
|
remove type="text/javascript" from index.html
type="text/javascript" is not needed and removing it makes file-size smaller/faster
|
2018-08-20 20:13:40 +09:00 |
Daniel Molkentin
|
a86fe7920b
|
Try to prefer index.php over index.html in the same directory
Add JS redirect if that fails (HTTP-based redirects are disabled by
default in more recent Firefox versions).
|
2013-04-24 15:11:53 +02:00 |
Thomas Mueller
|
e22a8866fb
|
some web servers by default don't recognize index.php as default page - IIS for example
In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
|
2013-01-31 16:16:28 +01:00 |