Update Installation

Ruan 2025-06-15 16:51:09 +03:00
parent 7e2fdc4083
commit e3c9a58a1c

@ -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.