Small update
BTW, why is the /wifi page not working?
This commit is contained in:
parent
4d6897ed72
commit
ef670cfd2e
1 changed files with 4 additions and 4 deletions
|
|
@ -9,12 +9,12 @@ define("THEME", "libreqr");
|
|||
define("DEFAULT_LOCALE", "en");
|
||||
|
||||
// Will be printed at the bottom of the interface
|
||||
define("CUSTOM_TEXT_ENABLED", false);
|
||||
define("CUSTOM_TEXT", "This LibreQR instance is hosted by <a href='https://foo.example/'>foo</a>.");
|
||||
define("CUSTOM_TEXT_ENABLED", true);
|
||||
define("CUSTOM_TEXT", "This LibreQR instance is hosted by <a href='https://git.flossboxin.org.in/FbIN/libreqr/'>FbIN</a>.");
|
||||
|
||||
// Default values
|
||||
define("DEFAULT_REDUNDANCY", "high");
|
||||
define("DEFAULT_MARGIN", 20);
|
||||
define("DEFAULT_SIZE", 300);
|
||||
define("DEFAULT_BGCOLOR", "FFFFFF");
|
||||
define("DEFAULT_FGCOLOR", "000000");
|
||||
define("DEFAULT_BGCOLOR", "F8F8FF");
|
||||
define("DEFAULT_FGCOLOR", "7D8800");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue