12 lines
305 B
PHP
12 lines
305 B
PHP
|
<?php return <<<INI
|
||
|
|
||
|
; Warning: Don't change this file! It only holds the default config values for this addon.
|
||
|
; Instead overwrite these config values in config/local.ini.php in your Friendica directory
|
||
|
|
||
|
[mathjax]
|
||
|
; baseurl (String)
|
||
|
; The URL to your MathJax installation
|
||
|
baseurl =
|
||
|
|
||
|
INI;
|
||
|
//Keep this line
|