minor readme and settings fixes

This commit is contained in:
ivan 2017-10-06 12:34:05 +03:00
parent a02c2fb6ae
commit 4694fc18b4
2 changed files with 7 additions and 3 deletions

9
README
View File

@ -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.

View File

@ -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"]="<i>";
$Titles["PostField1"]="</i>";