3001951075
- Add sample addon.ini.php file - Add config/addon.ini.php file to git ignore
10 lines
246 B
PHP
10 lines
246 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
|