X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/5efae52e3028850bd88ed03945f5d912420a36d3..ca3530a0f3710ccd12247f008b3257d0c1ccd251:/tos.php diff --git a/tos.php b/tos.php index 826358d..cc4a831 100644 --- a/tos.php +++ b/tos.php @@ -1,6 +1,9 @@ + * 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 @@ -32,7 +35,6 @@ if (is_readable(JIRAFEAU_ROOT . 'lib/tos.local.txt')) { // Replace markers and print ToS require(JIRAFEAU_ROOT . 'lib/template/header.php'); -echo '

Terms of Service

'; echo '
' . jirafeau_replace_markers($content, true) . '
'; require(JIRAFEAU_ROOT . 'lib/template/footer.php');