From 92c6aa46e73615d433bbef223f35921e5bf12e19 Mon Sep 17 00:00:00 2001 From: Arno Richter Date: Wed, 26 Jan 2022 22:54:31 +0100 Subject: Fix #3 by cleaning up a few localhost issues --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 747b803..2b766a2 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ require_once(ROOT.DS.'single.inc.php'); } elseif(mb_strtolower(path(0)) === 'login') { // show login form - require_once(ROOT.DS.'login.inc.php'); + require_once(ROOT.DS.'loginform.inc.php'); } elseif(mb_strtolower(path(0)) === 'new') { if(isset($_COOKIE['microblog_login']) && $_COOKIE['microblog_login'] === sha1($config['url'].$config['admin_pass'])) { // show the post form -- cgit v1.2.3