summaryrefslogtreecommitdiff
path: root/dash/help.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-10-25 10:35:11 -0400
committerCarson Fleming <cflems@cflems.net>2017-10-25 10:35:11 -0400
commit5ed4a18a444768dfa7de2a10b827c806c2628b09 (patch)
tree04b612c8e535156569fc55e544ca8575cbceb89c /dash/help.php
parent5fdbb37fc0458a48112a8a83022b9490217a3aa2 (diff)
downloadbulletin-5ed4a18a444768dfa7de2a10b827c806c2628b09.tar.gz
Revised website
Diffstat (limited to 'dash/help.php')
-rw-r--r--dash/help.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/dash/help.php b/dash/help.php
deleted file mode 100644
index db8c9c7..0000000
--- a/dash/help.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-define('HEIRARCHY', 1);
-
-require('dash_common.php');
-$title = 'Help / Bulletin';
-require('header.php');
-?>
- <div class="box cbox">
- <h1>Reed</h1>
- <p>Write this page, hoe.</p>
- <div class="hr"></div>
- <h4>Child Abuse Hotline</h4>
- <p>If Reed has abused or molested you in any way, shape, or form, please let us know immediately.</p>
- </div>
-<?php
-require('footer.php');
-?>