diff --git a/Installation.md b/Installation.md index 8f27f0e..2c54a67 100644 --- a/Installation.md +++ b/Installation.md @@ -65,6 +65,12 @@ To enable randomized ID support for the web interface, find the following sectio ``` Run the `litebans reveal web` command and paste it into this option. After this has been configured, you can seamlessly look up any random ID from the web interface and view the details directly. +To display random IDs on the web interface instead of regular IDs, enable the `info_show_random_id` option as follows: +``` + // Show random ID on info.php? + $this->info_show_random_id = true; +``` + ## Troubleshooting If you're using a web host's database, contact them to find out whether their database accepts remote connections. Most [web hosts](https://gitlab.com/ruany/LiteBans/-/wikis/MySQL-Errors#hosts) do not provide this for free plans.