summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
commit09feefc9f04b38420a198b6f69895b242832ad30 (patch)
treef4901d6c67ecfed074ca5a0028a9a7964ac7a70a /etc
parent04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (diff)
changed the file structure
Diffstat (limited to 'etc')
-rw-r--r--etc/index.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/index.php b/etc/index.php
deleted file mode 100644
index 6f2a6d0..0000000
--- a/etc/index.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-$title = "Et cetera";
-require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
-?>
-<p>
- There's nothing here.
-</p>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> \ No newline at end of file