diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ <body onload=""> -<?php include("header.php"); ?> +<?php include("header.inc.php"); ?> <form method="get" action="interface.php"> <strong>Please enter your session key:</strong> <input type="text" id="key" name="key" /> @@ -40,7 +40,7 @@ </p> </div> -<?php include("footer.php"); ?> +<?php include("footer.inc.php"); ?> </body> </html> |