summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-11-06 16:10:02 +0100
committerPatrick Simianer <p@simianer.de>2015-11-06 16:10:02 +0100
commit886337bdf83c33edf2361ffa45239aa5195ca367 (patch)
tree8c864e8231c78dd9488543af02cca2be25a1935e /index.php
parent5184db137d585746e3c8ab933a6ed460fd312458 (diff)
cleanup
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>