From 05022b4b58dd00d4da6217c98cf5e95e8b647a4a Mon Sep 17 00:00:00 2001 From: damian Date: Sun, 19 Aug 2018 16:42:03 +1000 Subject: [PATCH] Updated install.rst with config.php addition. --- docs/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.rst b/docs/install.rst index 93898e36..84de694d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -28,6 +28,7 @@ To change these values correctly, only update the second parameter of the functi define('PSM_DB_USER', 'db_user'); define('PSM_DB_PASS', 'db_user_password'); define('PSM_DB_PORT', 'most likely 3306, may also be empty'); + define('PSM_THEME', 'default'); For example: to change your username you should ONLY change the 'db\_user' part. Do NOT remove the quotes around your username as that will result in an error.