forked from GNUsocial/gnu-social
1049080df5
Advantages: * Increases security by preventing direct access to file/ * We are careful and have a defined('GNUSOCIAL') || die() to prevent direct access to GS files, but we may miss one or a vendor/extlib may not be as careful * Improves directory structure - It's more natural to physically separate what is public from what are GNU social resources |
||
---|---|---|
.. | ||
actions | ||
classes | ||
forms | ||
lib | ||
locale | ||
README | ||
SubMirrorPlugin.php |
The SubMirror plugin pull WebSub-enabled feeds into your timeline. Installation ============ add "addPlugin('SubMirror');" to the bottom of your config.php Settings ======== none Example ======= addPlugin('SubMirror');