libreqr/config.inc.php
vdbhb59 ef670cfd2e Small update
BTW, why is the /wifi page not working?
2025-09-07 17:31:57 +05:30

20 lines
668 B
PHP
Executable file

<?php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
// LIBREQR SETTINGS
// Theme's directory name
define("THEME", "libreqr");
// Language used if those requested by the user are not available
define("DEFAULT_LOCALE", "en");
// Will be printed at the bottom of the interface
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", "F8F8FF");
define("DEFAULT_FGCOLOR", "7D8800");