diff options
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index dd22e7d5b..63d344db3 100644 --- a/mod/network.php +++ b/mod/network.php @@ -374,7 +374,6 @@ function network_content(&$a, $update = 0) { if(! $update) { $o .= paginate($a); - $o .= cc_license(); } return $o; |