From: Jerome Jutteau Date: Mon, 31 Dec 2012 01:41:50 +0000 (+0100) Subject: Added default TOS from opensource.org wich should be configured for each web sites. X-Git-Tag: 1.0~19 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/5d665388224866c9a2f470c020b01cb70ca4a782?ds=inline Added default TOS from opensource.org wich should be configured for each web sites. --- 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