forked from miraty/libreqr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
586 B
11 lines
586 B
<?php
|
|
require "inc.php";
|
|
// EN: This file is used to inform users of the settings of your LibreQR instance. If you want to edit these settings, edit config.inc.php.
|
|
// FR : Ce fichier est utilisé pour informer les utilisateurices des paramètres de votre instance LibreQR. Si vous voulez modifier ces paramètres, modifiez config.inc.php.
|
|
?>
|
|
libreqrVersion: "<?= $libreqrVersion ?>"
|
|
timeBeforeDeletion: <?= $timeBeforeDeletion . "\n" ?>
|
|
theme: "<?= $theme ?>"
|
|
locale: "<?= $locale ?>"
|
|
forceLocale: "<?= $forceLocale ? 'true' : 'false' ?>"
|
|
fileNameLenght: <?= $fileNameLenght . "\n" ?>
|
|
|