X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/blobdiff_plain/d35f5d4eb87c1a74fd198be589fcdf51e9631ba9..cf30a766d80fef8a00747f080063ab4d6a2f65fa:/lib/config.original.php?ds=sidebyside diff --git a/lib/config.original.php b/lib/config.original.php index d261f68..be5bdb4 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -3,6 +3,7 @@ * Jirafeau, your web file repository * Copyright (C) 2008 Julien "axolotl" BERNARD * Copyright (C) 2015 Jerome Jutteau + * Copyright (C) 2024 Jirafeau project (see AUTHORS.md) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -66,6 +67,10 @@ $cfg['preview'] = true; */ $cfg['enable_crypt'] = false; +/* Enable the "Terms of service" page + */ +$cfg['enable_tos'] = true; + /* Length of link reference */ $cfg['link_name_length'] = 8;