typo
[friendica.git/.git] / config / addon-sample.config.php
index 5ebbf11..5159370 100644 (file)
@@ -1,12 +1,12 @@
-<?php\r
-\r
-// Addon configuration\r
-\r
-// Copy this configuration file to addon.config.php and edit it if you want to configure addons, see below example for the twitter addon\r
-\r
-return [\r
-       'twitter' => [\r
-               'consumerkey' => '1234567890',\r
-               'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',\r
-       ],\r
-];\r
+<?php
+
+// Addon configuration
+
+// Copy this configuration file to addon.config.php and edit it if you want to configure addons, see below example for the twitter addon
+
+return [
+       'twitter' => [
+               'consumerkey' => '1234567890',
+               'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
+       ],
+];