From 9e77a137c364fd68bc1de01da3f4e3d155d9f170 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sun, 18 Aug 2013 04:28:59 +0200 Subject: [PATCH] It's now simplog.php instead of index.php --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf15ffb..1da1710 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ simplog is a (very) simple PHP blog engine. It's supposed to be implemented into What's missing? --------------- -Not much really as of 2013-07-27, depending on how you plan to use it. Included is a template to create the MySQL table, a small HTML and PHP file to create new posts, an index.php file that displays your posts and a config file to connect to a database and set number of posts per page. Now there is also a HTML file to find your posts and edit/update them. +Not much really as of 2013-07-27, depending on how you plan to use it. Included is a template to create the MySQL table, a small HTML and PHP file to create new posts, a simplog.php file that displays your posts and a config file to connect to a database and set number of posts per page. Now there is also a HTML file to find your posts and edit/update them. You no longer need to protect the user/ directory yourself. Authentication is done using the database.