36c6e35c7e
* Fixed http://github to https://github Signed-off-by: Roland Häder <roland@mxchange.org> * reverted back Signed-off-by: Roland Häder <roland@mxchange.org> * Added type-hint 'array' as the method uses foreach() on it. Signed-off-by: Roland Häder <roland@mxchange.org> * Tpzo fixed ... Signed-off-by: Roland Häder <roland@mxchange.org> * Added missing new-line at end of file, will make some POSIX parsers being lesser confused ... Signed-off-by: Roland Häder <roland@mxchange.org>
11 lines
247 B
PHP
11 lines
247 B
PHP
<?php return <<<INI
|
|
|
|
; Copy this configuration file to addon.ini.php and edit it if you want to configure addons, see below example for the twitter addon
|
|
|
|
;[twitter]
|
|
;consumerkey = localhost
|
|
;consumersecret = mysqlusername
|
|
|
|
INI;
|
|
// Keep this line
|