diff --git a/README.md b/README.md index aa5e658..dafb738 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ MySQL PHP Session Test ====================== -Toy tool to test out using MySQL for session storage in Toolforge tools. +Demonstrates using the "bd808/toolforge-mysql" Composer library to store +PHP session data in a ToolsDB database. + +License +------- +Copyright (c) 2017 Wikimedia Foundation and contributors + +Licensed under the MIT license. See the [`LICENSE`](LICENSE) file for more +details. diff --git a/public/index.php b/public/index.php index f6f0c06..6f9fd31 100644 --- a/public/index.php +++ b/public/index.php @@ -1,80 +1,85 @@