aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.php b/index.php
index 2b766a2..2ee1635 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,6 @@
<?php
require_once(__DIR__.DIRECTORY_SEPARATOR.'config.php');
-
if(is_numeric(path(0))) {
// show a single blog post
require_once(ROOT.DS.'single.inc.php');
@@ -26,5 +25,3 @@
// show the homepage
require_once(ROOT.DS.'timeline.inc.php');
}
-
-?> \ No newline at end of file