forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
19
facebook_restrict/facebook_restrict.php
Normal file
19
facebook_restrict/facebook_restrict.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Name: Facebook Restrict
|
||||
* Description: Install this addon and Facebook users will not be able to link friends. Existing users that are linking friends will not be affected.
|
||||
* Version: 1.0
|
||||
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
|
||||
* Status: Unsupported
|
||||
*/
|
||||
|
||||
|
||||
function facebook_restrict_install() {
|
||||
set_config('facebook','restrict',1);
|
||||
}
|
||||
|
||||
function facebook_restrict_uninstall() {
|
||||
set_config('facebook','restrict',0);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue