mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-17 04:01:58 +00:00
Revert to stable version 3.5.4
This commit is contained in:
parent
38db18b624
commit
5360f08f42
355 changed files with 21449 additions and 4957 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