]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SimpleUrl/README
Test if $casSettings['user_whitelist'] is an array - and then perform in_array(....
[quix0rs-gnu-social.git] / plugins / SimpleUrl / README
1 The SimpleUrl plugin shortens URLS via a SimpleUrl URL-shortener service
2
3 Installation
4 ============
5 add "addPlugin('SimpleUrl');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 serviceUrl: The URL to the SimpleUrl instance
11
12 Example
13 =======
14
15 addPlugin('SimpleUrl', array(
16     'serviceUrl' => 'http://example.org'
17 ));
18