Small update

BTW, why is the /wifi page not working?
This commit is contained in:
Bakhai Support 2025-09-07 17:31:57 +05:30
commit ef670cfd2e

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", "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");