change llc.bio to llc.ovh
This commit is contained in:
parent
c8ee3f1c26
commit
e684be414d
|
@ -3,4 +3,4 @@
|
|||
github: JulianPrieber
|
||||
patreon: JulianPrieber
|
||||
liberapay: LittleLink-Custom
|
||||
custom: [paypal.me/JulianPrieber, buymeacoffee.com/JulianPrieber, llc.bio]
|
||||
custom: [paypal.me/JulianPrieber, buymeacoffee.com/JulianPrieber, llc.ovh]
|
||||
|
|
|
@ -13,4 +13,4 @@ Platform: `Ubuntu 22.04 LTS`
|
|||
Server type: `NGINX/Apache2 ...`
|
||||
PHP version: `8.1`
|
||||
|
||||
[//]: # (Please make sure you have read the system requirements at https://llc.bio/req before submitting your issue.)
|
||||
[//]: # (Please make sure you have read the system requirements at https://llc.ovh/req before submitting your issue.)
|
||||
|
|
|
@ -344,7 +344,7 @@ LittleLink Admin is in itself a fork of [LittleLink](https://github.com/sethcott
|
|||
<br>
|
||||
|
||||
## Supporters
|
||||
You can support LittleLink Custom [here](https://littlelink-custom.com/sponsor). If you choose to support LittleLink Custom, you will get exclusive rewards such as access to a private LittleLink Custom instance hosted by us at [llc.bio](https://llc.bio) for free.
|
||||
You can support LittleLink Custom [here](https://littlelink-custom.com/sponsor). If you choose to support LittleLink Custom, you will get exclusive rewards such as access to a private LittleLink Custom instance hosted by us at [llc.ovh](https://llc.ovh) for free.
|
||||
|
||||
|
||||
**💖 Thank you:**
|
||||
|
|
|
@ -202,7 +202,7 @@ return [
|
|||
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
|
||||
|
|
||||
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
|
||||
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.bio/fa.
|
||||
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.ovh/fa.
|
||||
|
|
||||
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
|
||||
| If you don't feel comfortable working with CSS,
|
||||
|
|
|
@ -69,13 +69,13 @@ SESSION_DRIVER=file
|
|||
SESSION_LIFETIME=120
|
||||
|
||||
#Updater Settings=Changes settings regarding the built-in updater.
|
||||
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
|
||||
#=JOIN_BETA either true or false. Learn more about this setting at llc.ovh/beta.
|
||||
JOIN_BETA=false
|
||||
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
|
||||
SKIP_UPDATE_BACKUP=false
|
||||
|
||||
#=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).
|
||||
#=You can read more about this config at https://llc.bio/advanced-config.
|
||||
#=You can read more about this config at https://llc.ovh/advanced-config.
|
||||
CUSTOM_META_TAGS=false
|
||||
|
||||
#=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS.
|
||||
|
|
|
@ -193,7 +193,7 @@ return [
|
|||
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
|
||||
|
|
||||
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
|
||||
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.bio/fa.
|
||||
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.ovh/fa.
|
||||
|
|
||||
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
|
||||
| If you don't feel comfortable working with CSS,
|
||||
|
|
Loading…
Reference in New Issue