branche initiale

This commit is contained in:
Hugo A 2022-08-15 12:06:06 +02:00
parent 6b15754682
commit 34e63f7df5
1 changed files with 20 additions and 0 deletions

20
config.inc.php Executable file
View File

@ -0,0 +1,20 @@
<?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", "fr");
// Will be printed at the bottom of the interface
define("CUSTOM_TEXT_ENABLED", true);
define("CUSTOM_TEXT", "Ce service est fourni par l'association Chapril.");
// Default values
define("DEFAULT_REDUNDANCY", "high");
define("DEFAULT_MARGIN", 20);
define("DEFAULT_SIZE", 300);
define("DEFAULT_BGCOLOR", "FFFFFF");
define("DEFAULT_FGCOLOR", "000000");