1
0
Fork 0
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:
pb1dft 2007-01-08 22:14:21 +00:00
parent 4818413e5f
commit bc1cf374f4
2 changed files with 2 additions and 2 deletions

View file

@ -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**

View file

@ -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