git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix: favicon location
[jirafeau_project.git]
/
tos.php
diff --git
a/tos.php
b/tos.php
index 826358dec72549862da280850f4221267cfbb9ab..313f0daee5fbeaec22cbeddb94a2ee612f6b8931 100644
(file)
--- a/
tos.php
+++ b/
tos.php
@@
-32,7
+32,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