From b1909ffed66da27c747651162fd1de09390d9456 Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Wed, 12 Jun 2019 17:35:32 -0500 Subject: [PATCH] readme correction --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 235f7a2b..bd71aa06 100644 --- a/README.markdown +++ b/README.markdown @@ -86,7 +86,7 @@ different enough to be a pain. Various aspects of Shimmie can be configured to suit your site specific needs via the file `data/config/shimmie.conf.php` (created after installation). -Take a look at `core/sys_config.inc.php` for the available options that can +Take a look at `core/sys_config.php` for the available options that can be used. @@ -116,7 +116,7 @@ new UserClass("moderator", "user", array( )); ``` -For a list of permissions, see `core/userclass.class.php` +For a list of permissions, see `core/userclass.php` # Development Info