summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 22118e2..cab79c6 100644
--- a/index.php
+++ b/index.php
@@ -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>