diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 10:14:54 -0700 |
---|---|---|
committer | Jean-Christophe Saad-Dupuy <saad.dupuy@gmail.com> | 2013-10-06 20:31:11 +0200 |
commit | bf7516112f90ea0392918605acdb9167cf21e516 (patch) | |
tree | d97628451386a2ec254f3c93b29741267140bd14 /inc/poche/config.inc.php.new | |
parent | 79026b73a804d1fe3715c3edf5bc2cfb1e56732c (diff) | |
parent | d47d2533accb30a69fbbb964f63793b821300974 (diff) | |
download | wallabag-bf7516112f90ea0392918605acdb9167cf21e516.tar.gz wallabag-bf7516112f90ea0392918605acdb9167cf21e516.tar.zst wallabag-bf7516112f90ea0392918605acdb9167cf21e516.zip |
Embeded jquery 2.0.3 dependancie
Diffstat (limited to 'inc/poche/config.inc.php.new')
-rwxr-xr-x | inc/poche/config.inc.php.new | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 48cc5783..255b97e6 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new | |||
@@ -26,7 +26,7 @@ define ('STORAGE_PASSWORD', 'poche'); | |||
26 | ################################################################################# | 26 | ################################################################################# |
27 | 27 | ||
28 | define ('MODE_DEMO', FALSE); | 28 | define ('MODE_DEMO', FALSE); |
29 | define ('DEBUG_POCHE', true); | 29 | define ('DEBUG_POCHE', FALSE); |
30 | define ('DOWNLOAD_PICTURES', FALSE); | 30 | define ('DOWNLOAD_PICTURES', FALSE); |
31 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 31 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
32 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 32 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |
@@ -49,8 +49,12 @@ define ('CACHE', ROOT . '/cache'); | |||
49 | 49 | ||
50 | define ('PAGINATION', '10'); | 50 | define ('PAGINATION', '10'); |
51 | 51 | ||
52 | define ('POCHE_VERSION', '1.0-beta5'); | 52 | define ('POCHE_VERSION', '1.0.0'); |
53 | 53 | ||
54 | define ('IMPORT_POCKET_FILE', ROOT . '/ril_export.html'); | 54 | define ('POCKET_FILE', '/ril_export.html'); |
55 | define ('IMPORT_READABILITY_FILE', ROOT . '/readability'); | 55 | define ('READABILITY_FILE', '/readability'); |
56 | define ('IMPORT_INSTAPAPER_FILE', ROOT . '/instapaper-export.html'); \ No newline at end of file | 56 | define ('INSTAPAPER_FILE', '/instapaper-export.html'); |
57 | |||
58 | define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); | ||
59 | define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); | ||
60 | define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); \ No newline at end of file | ||