8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
This patch intentionally removes public/index.html.
|
|
|
|
Reason:
|
|
If public/index.html remains in the document root, many web servers serve it before public/index.php and the Symfony route / will not reach App\Controller\Chat\ChatController.
|
|
|
|
When applying this patch manually, delete:
|
|
public/index.html
|