From 7034fdf1d547d4c397c5191d7cab2aea30f86a28 Mon Sep 17 00:00:00 2001 From: zlaxy Date: Sat, 7 May 2016 00:41:43 +0400 Subject: [PATCH 1/2] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a4f4308..05d669c 100644 --- a/README +++ b/README @@ -17,6 +17,6 @@ Archive: https://github.com/zlaxy/phpcsvguestbook/archive/master.zip Using: -If you have uploaded files to a subfolder "/guestbook" of your webserver, then http://yourserver.domain/guestbook/ will open a guestbook. Following the link "http://yourserver.domain/guestbook/administration.php" will open the administration panel. +If you have uploaded files to a subfolder "/guestbook" of your webserver, then http://yourserver.domain/guestbook/ will open a guestbook. Following the link http://yourserver.domain/guestbook/administration.php will open the administration panel. For changing appearance you can edit page.php like simple html (for example: add css tags). From 1b0fd07b0a5487307722a87339b1a2ca0db6bee4 Mon Sep 17 00:00:00 2001 From: zlaxy Date: Sat, 7 May 2016 09:25:26 +0400 Subject: [PATCH 2/2] Delete README --- README | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 05d669c..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ -PHPCSV Guestbook version 0.9 - -Simple php-guestbook with csv-file data storage. - -PHPCSV Guestbook 0.9 requires PHP 5.0 or higher version. - -Installation: - -1. Upload all files from repository to your website folder or sub-folder. - -Repository: https://github.com/zlaxy/phpcsvguestbook -Archive: https://github.com/zlaxy/phpcsvguestbook/archive/master.zip - -2. Edit settings.php: change $GBadmin and $GBpassword (and the other variables if necessary) - -3. Check privileges for access to files: data storage (default: gbdb.csv) must have write permissions. Other files need only read rights. - -Using: - -If you have uploaded files to a subfolder "/guestbook" of your webserver, then http://yourserver.domain/guestbook/ will open a guestbook. Following the link http://yourserver.domain/guestbook/administration.php will open the administration panel. - -For changing appearance you can edit page.php like simple html (for example: add css tags).