|
Revision 2, 471 bytes
(checked in by sven, 3 years ago)
|
importing elgg-0.1.1a
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
$run_result .= <<< END |
|---|
| 4 |
|
|---|
| 5 |
<p> |
|---|
| 6 |
If you have a friend or colleague you would like to join the system, perhaps because |
|---|
| 7 |
you would like to share protected resources or reflections with them, you can enter their |
|---|
| 8 |
details below. They will then receive a special invitation email containing a code that |
|---|
| 9 |
allows them to create a new account; once they do so, a mutual friend connection will |
|---|
| 10 |
be created between their account and yours. |
|---|
| 11 |
</p> |
|---|
| 12 |
|
|---|
| 13 |
END; |
|---|
| 14 |
|
|---|
| 15 |
?> |
|---|