aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorArno Richter <mail@arnorichter.de>2022-01-26 23:00:59 +0100
committerArno Richter <mail@arnorichter.de>2022-01-26 23:00:59 +0100
commit8acc282d4dece45a3b6db472b9f52f736c0203a4 (patch)
tree4fc03b16b5e42bf9d546fe123a83cef1b21ffb31 /index.php
parent92c6aa46e73615d433bbef223f35921e5bf12e19 (diff)
downloadmicroblog-8acc282d4dece45a3b6db472b9f52f736c0203a4.tar.gz
microblog-8acc282d4dece45a3b6db472b9f52f736c0203a4.tar.bz2
microblog-8acc282d4dece45a3b6db472b9f52f736c0203a4.zip
Formatting changes to please Github.
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