mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add support for Terms of Service documents
This allows for adding Terms of Service documents to the database that registered users need to accept before using the AUR. A revision field can be used to indicate whether a document was updated. If it is increased, all users are again asked to accept the new terms. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
6892ec7791
commit
a8ac2004d3
6 changed files with 188 additions and 0 deletions
|
@ -16,6 +16,7 @@ $ROUTES = array(
|
|||
'/passreset' => 'passreset.php',
|
||||
'/rpc' => 'rpc.php',
|
||||
'/rss' => 'rss.php',
|
||||
'/tos' => 'tos.php',
|
||||
'/tu' => 'tu.php',
|
||||
'/addvote' => 'addvote.php',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue