From 2273505a3ddfd71e74702ae1a4c24ed03a365d19 Mon Sep 17 00:00:00 2001 From: beenull Date: Sun, 26 Nov 2023 20:54:56 +0000 Subject: [PATCH] Update config.inc.php --- config.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.inc.php b/config.inc.php index cb063da..d3acac1 100755 --- a/config.inc.php +++ b/config.inc.php @@ -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 foo."); +define("CUSTOM_TEXT_ENABLED", "true"); +define("CUSTOM_TEXT", "nibbleqr is hosted by nibblegap.com."); // 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"); \ No newline at end of file