]> git.p6c8.net - jirafeau.git/commit
[!!][FEATURE] Let admin overwrite the ToS page
authorDan Untenzu <untenzu@webit.de>
Tue, 17 Jan 2017 11:42:04 +0000 (12:42 +0100)
committerJerome Jutteau <j.jutteau@gmail.com>
Thu, 19 Jan 2017 19:03:03 +0000 (19:03 +0000)
commit4a53554259c43793bb7035489da0e6bd79993b6e
tree71e11f9ca65efb0fe398853ad21c270c8acc56c0
parent381f2d6ec29c08264a6fcf5066ff97cc32698595
[!!][FEATURE] Let admin overwrite the ToS page

Let the admin overwrite the content of the
"Terms of Service" page by copying the original ToS
template and creating a local file (same procedure as
for the configuration). This file is not versionized.

Note: This is a breaking change, since the existing
tos textfile is moved. This should be mentioned
in the update comments.
  * ToS text file changed → move file from "/tos_text.php"
    to "/lib/tos.local.txt" and remove all HTML und PHP Tags,
    leaving a regular text file.

Refs #95
.gitignore
lib/tos.original.txt [new file with mode: 0644]
tos.php
tos_text.php [deleted file]

patrick-canterino.de