diff options
author | Arno Richter <mail@arnorichter.de> | 2022-01-26 23:00:59 +0100 |
---|---|---|
committer | Arno Richter <mail@arnorichter.de> | 2022-01-26 23:00:59 +0100 |
commit | 8acc282d4dece45a3b6db472b9f52f736c0203a4 (patch) | |
tree | 4fc03b16b5e42bf9d546fe123a83cef1b21ffb31 /index.php | |
parent | 92c6aa46e73615d433bbef223f35921e5bf12e19 (diff) | |
download | microblog-8acc282d4dece45a3b6db472b9f52f736c0203a4.tar.gz microblog-8acc282d4dece45a3b6db472b9f52f736c0203a4.tar.bz2 microblog-8acc282d4dece45a3b6db472b9f52f736c0203a4.zip |
Formatting changes to please Github.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |