Update config.inc.php

This commit is contained in:
beenull 2023-11-26 20:54:56 +00:00
parent 3c6fbcde2f
commit 2273505a3d
1 changed files with 5 additions and 5 deletions

View File

@ -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", "nibbleqr is hosted by <a href='https://nibblegap.com/'>nibblegap.com</a>.");
// Default values
define("DEFAULT_REDUNDANCY", "high");
define("DEFAULT_MARGIN", 20);
define("DEFAULT_SIZE", 300);
define("DEFAULT_MARGIN", 2);
define("DEFAULT_SIZE", 100);
define("DEFAULT_BGCOLOR", "FFFFFF");
define("DEFAULT_FGCOLOR", "000000");
define("DEFAULT_FGCOLOR", "000000");