aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php.new
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-21 21:44:49 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-21 21:44:49 +0200
commit92cd6e9af8c49be7b06beb583ee1c3026fbe356d (patch)
treeb2b4e06fa85be876b713bde3c36b9555566180fe /inc/poche/config.inc.php.new
parent58ace4941ef3ec92ab71ae84df816343e2deb625 (diff)
downloadwallabag-92cd6e9af8c49be7b06beb583ee1c3026fbe356d.tar.gz
wallabag-92cd6e9af8c49be7b06beb583ee1c3026fbe356d.tar.zst
wallabag-92cd6e9af8c49be7b06beb583ee1c3026fbe356d.zip
change import files constants
Diffstat (limited to 'inc/poche/config.inc.php.new')
-rwxr-xr-xinc/poche/config.inc.php.new10
1 files changed, 7 insertions, 3 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new
index 7c407158..38d61e02 100755
--- a/inc/poche/config.inc.php.new
+++ b/inc/poche/config.inc.php.new
@@ -51,6 +51,10 @@ define ('PAGINATION', '10');
51 51
52define ('POCHE_VERSION', '1.0-beta5'); 52define ('POCHE_VERSION', '1.0-beta5');
53 53
54define ('IMPORT_POCKET_FILE', ROOT . '/ril_export.html'); 54define ('POCKET_FILE', '/ril_export.html');
55define ('IMPORT_READABILITY_FILE', ROOT . '/readability'); 55define ('READABILITY_FILE', '/readability');
56define ('IMPORT_INSTAPAPER_FILE', ROOT . '/instapaper-export.html'); \ No newline at end of file 56define ('INSTAPAPER_FILE', '/instapaper-export.html');
57
58define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE);
59define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE);
60define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); \ No newline at end of file