From 5d665388224866c9a2f470c020b01cb70ca4a782 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Mon, 31 Dec 2012 02:41:50 +0100 Subject: [PATCH] Added default TOS from opensource.org wich should be configured for each web sites. --- index.php | 2 +- lib/template/footer.php | 5 ++- tos.php | 26 ++++++++++++++++ tos_text.php | 68 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 99 insertions(+), 2 deletions(-) create mode 100755 tos.php create mode 100755 tos_text.php diff --git a/index.php b/index.php index a32af36..56a07b8 100644 --- a/index.php +++ b/index.php @@ -146,7 +146,7 @@ if (!has_error () && $writable)



copyright © 2008-2012

+


+copyright © 2008-2012 +

+

Terms of Service

diff --git a/tos.php b/tos.php new file mode 100755 index 0000000..b973d4d --- /dev/null +++ b/tos.php @@ -0,0 +1,26 @@ +Terms of Service'; +echo '
'; +echo ''; +echo '

This license text is under Creative Commons - Attribution 3.0 Unported.

It has been based on this work: http://opensource.org/ToS

'; +echo '
'; +require (JIRAFEAU_ROOT . 'lib/template/footer.php'); +?> \ No newline at end of file diff --git a/tos_text.php b/tos_text.php new file mode 100755 index 0000000..5c53cb1 --- /dev/null +++ b/tos_text.php @@ -0,0 +1,68 @@ + \ No newline at end of file -- 2.34.1