mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Update README.md
Updated Optional Services to reference define statements in config.php vs index.php
This commit is contained in:
parent
f3fffd534a
commit
5dc1545573
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ sudo reboot
|
|||
The default username is 'admin' and the default password is 'secret'.
|
||||
|
||||
## Optional services
|
||||
OpenVPN and TOR are two additional services that run perfectly well on the RPi, and are a nice way to extend the usefulness of your WiFi router. I've started on interfaces to administer these services. Not everyone will need them, so for the moment they are disabled by default. You can enable them by changing these options in `index.php`:
|
||||
OpenVPN and TOR are two additional services that run perfectly well on the RPi, and are a nice way to extend the usefulness of your WiFi router. I've started on interfaces to administer these services. Not everyone will need them, so for the moment they are disabled by default. You can enable them by changing these options in `/var/www/html/includes/config.php`:
|
||||
|
||||
```sh
|
||||
// Optional services, set to true to enable.
|
||||
|
|
Loading…
Reference in a new issue