]> git.p6c8.net - jirafeau.git/blobdiff - tos.php
Config option to enforce "classic download" without HTML5 File Api
[jirafeau.git] / tos.php
diff --git a/tos.php b/tos.php
index 826358dec72549862da280850f4221267cfbb9ab..cc4a8319b2072261201d56f7c72e7bfcdbf05ed7 100644 (file)
--- a/tos.php
+++ b/tos.php
@@ -1,6 +1,9 @@
 <?php
 /*
  *  Jirafeau, your web file repository
+ *  Copyright (C) 2008  Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
+ *  Copyright (C) 2024  Jirafeau project <https://gitlab.com/jirafeau> (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 '<h2>Terms of Service</h2>';
 echo '<div>' . jirafeau_replace_markers($content, true) . '</div>';
 
 require(JIRAFEAU_ROOT . 'lib/template/footer.php');

patrick-canterino.de