938d9cce77
* Fixes a bug where URL weren't properly encoded. * Adds Wallabag V2 support. * Adds a URL function to handle trailing slash. * UT. * README updated.
4 lines
No EOL
118 B
Text
4 lines
No EOL
118 B
Text
<?php
|
|
|
|
$GLOBALS['plugins']['WALLABAG_URL'] = 'https://demo.wallabag.org';
|
|
$GLOBALS['plugins']['WALLABAG_VERSION'] = 1; |