diff options
author | Friendika <info@friendika.com> | 2011-07-17 03:34:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-17 03:34:16 -0700 |
commit | 944f03d3675779e32a6ed8bed28609ca59a66554 (patch) | |
tree | b2dd2c5b8ea542a0d891d1690d402cecdbd72760 /mod | |
parent | 2f0ab97fd75c269b77dd7164a6ab96394f1bc0ec (diff) | |
download | volse-hubzilla-944f03d3675779e32a6ed8bed28609ca59a66554.tar.gz volse-hubzilla-944f03d3675779e32a6ed8bed28609ca59a66554.tar.bz2 volse-hubzilla-944f03d3675779e32a6ed8bed28609ca59a66554.zip |
change license
Diffstat (limited to 'mod')
-rw-r--r-- | mod/friendika.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/friendika.php b/mod/friendika.php index 8c034c4ac..753a9f478 100644 --- a/mod/friendika.php +++ b/mod/friendika.php @@ -39,7 +39,6 @@ function friendika_content(&$a) { $o .= '<p></p><p>'; - $o .= 'View <a href="LICENSE">License</a>' . '<br /><br />'; $o .= t('This is Friendika version') . ' ' . FRIENDIKA_VERSION . ' '; $o .= t('running at web location') . ' ' . $a->get_baseurl() . '</p><p>'; |