mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
minor change in user registration agreement
This commit is contained in:
parent
4818413e5f
commit
bc1cf374f4
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
**This is the plain TXT document that is put at the top of the User Registration page**
|
||||
**This is the plain TXT or HTML document that is put at the top of the User Registration page**
|
||||
|
|
|
@ -1042,7 +1042,7 @@ function show_registration_agreement() {
|
|||
$data = fread($fp,filesize($filename));
|
||||
|
||||
/* Scrub and show */
|
||||
echo scrub_out($data);
|
||||
echo $data;
|
||||
|
||||
} // show_registration_agreement
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue