From: Dan Untenzu Date: Tue, 17 Jan 2017 11:42:04 +0000 (+0100) Subject: [!!][FEATURE] Let admin overwrite the ToS page X-Git-Tag: 2.0.0~7 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/4a53554259c43793bb7035489da0e6bd79993b6e?hp=4a53554259c43793bb7035489da0e6bd79993b6e [!!][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 ---