From 54a7c66ce7de6d7c4b7c661c2684f1169ff417de Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Fri, 17 Jan 2014 07:08:41 +0100 Subject: Apparently that didn't need to be encoded. Stripping < and >--- plugins/session/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/session/README.md b/plugins/session/README.md index 4cd4273..3412f7d 100644 --- a/plugins/session/README.md +++ b/plugins/session/README.md @@ -29,8 +29,8 @@ Installation This plugin uses a database table, described in the packaged install.sql file. Install it with this command: - cat ./install.sql | replace '{TAB}' '<tablename>' | \ - mysql -h <host> -D <db> -u <user> -p<password> + cat ./install.sql | replace '{TAB}' '' | \ + mysql -h -D -u -p Next, you need to configure the database connection both in the main configuration file and in the local `./config.php` of this plugin. @@ -49,11 +49,11 @@ value. If the client making the POST request has a valid session for the site you're authenticating with, then you will receive a JSON-encoded response as follows: - `{"user":"<user>","secret":"<secret>","time":"<time>"} + `{"user":"","secret":"","time":"