mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
rename pocheTool -> pocheTools
This commit is contained in:
parent
8069e235fd
commit
5ffe5cf541
4 changed files with 20 additions and 19 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
define ('POCHE_VERSION', '0.3');
|
||||
define ('MODE_DEMO', FALSE);
|
||||
define ('DEBUG_POCHE', TRUE);
|
||||
define ('CONVERT_LINKS_FOOTNOTES', FALSE);
|
||||
define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
|
||||
define ('DOWNLOAD_PICTURES', FALSE);
|
||||
|
@ -24,7 +25,7 @@ $storage_type = 'sqlite'; # sqlite or file
|
|||
|
||||
# /!\ Be careful if you change the lines below /!\
|
||||
|
||||
require_once 'poche/pocheTool.class.php';
|
||||
require_once 'poche/pocheTools.class.php';
|
||||
require_once 'poche/pocheCore.php';
|
||||
require_once '3rdparty/Readability.php';
|
||||
require_once '3rdparty/Encoding.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue