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"]="";