aboutsummaryrefslogtreecommitdiff
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/about.php b/about.php
deleted file mode 100644
index 9d0cd75..0000000
--- a/about.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-require_once('lib/bootstrap.php');
-
-echo $tpl->render(array(
- 'page' => 'about',
- 'title' => 'About these awsome streams',
-));