I have a php file on my site that serves as a template for a single page of the site, inside this file there is only HTML code, it has no php <?php ?>
tag, nor anything. It's like an html file, but with the .php extension
My question is this: If I leave the file as is, will I make the site vulnerable to attack?