Alexei Sorokin ae4f3176b1 Remove "magic quotes" code and avoid wrong order implode
"Magic quotes" were removed in PHP 5.4, no need to mitigate it anymore.

Avoid implode() with the join()-like order of arguments which was deprecated
since PHP 7.4 and implicitly since PHP 5.3.
Also avoid implode() with an implicit separator for stylistic reasons.

mktime() with no arguments has been deprecated since PHP 5.1.
2021-07-16 19:44:41 +01:00
..
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2016-02-08 17:48:37 +00:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2016-02-08 17:48:37 +00:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00
2021-07-16 19:44:38 +01:00

Several example plugins are included in the plugins/ directory. You can enable a plugin with the following line in config.php:

    addPlugin('Example', array('param1' => 'value1',
                               'param2' => 'value2'));

This will look for and load files named 'ExamplePlugin.php' or 'Example/ExamplePlugin.php' either in the plugins/ directory (for plugins that ship with StatusNet) or in the local/ directory (for plugins you write yourself or that you get from somewhere else) or local/plugins/.

Plugins are documented in their own directories.

Additional information on using and developing plugins can be found at the following locations: