From 4694fc18b411d822bd41c03ce884049b0e33bed9 Mon Sep 17 00:00:00 2001 From: zlaxy Date: Fri, 6 Oct 2017 12:34:05 +0300 Subject: [PATCH] minor readme and settings fixes --- README | 9 ++++++--- settings.php | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index 557f0ef..bcae52c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -PHPCSV Guestbook version 0.99.2 +PHPCSV Guestbook version 0.99.3 Simple php guestbook with csv file data storage. @@ -6,14 +6,17 @@ Features: - Captcha - Admin panel - Search - - Images upload + - Images and files upload - 'Read More' button - Pagination - Categories - Replies - Locked and sticky posts + - Special fields -Working example: https://zlaxyi.soundragon.su/gb +Working examples: + http://arabic.freecluster.eu + http://zlaxyi.soundragon.su/gb PHPCSV Guestbook requires PHP 5.0 or higher version. diff --git a/settings.php b/settings.php index fd476ad..069c8b1 100644 --- a/settings.php +++ b/settings.php @@ -103,6 +103,7 @@ $Titles["Replied"]="replied"; $Titles["Replying"]="Replying to this message:"; $Titles["Locked"]="Locked"; $Titles["Sticky"]="Sticky"; +$Titles["AttachedFile"]="Attached file"; $Titles["Field1"]="Field1"; $Titles["PreField1"]=""; $Titles["PostField1"]="";