]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
change import files constants
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sat, 21 Sep 2013 19:44:49 +0000 (21:44 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sat, 21 Sep 2013 19:44:49 +0000 (21:44 +0200)
inc/poche/config.inc.php.new

index 7c40715861a411ec3716719cee3fb35e34a01791..38d61e02b367427d70cedd55b4d743bb3df67d4f 100755 (executable)
@@ -51,6 +51,10 @@ define ('PAGINATION', '10');
 
 define ('POCHE_VERSION', '1.0-beta5');
 
-define ('IMPORT_POCKET_FILE', ROOT . '/ril_export.html');
-define ('IMPORT_READABILITY_FILE', ROOT . '/readability');
-define ('IMPORT_INSTAPAPER_FILE', ROOT . '/instapaper-export.html');
\ No newline at end of file
+define ('POCKET_FILE', '/ril_export.html');
+define ('READABILITY_FILE', '/readability');
+define ('INSTAPAPER_FILE', '/instapaper-export.html');
+
+define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE);
+define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE);
+define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE);
\ No newline at end of file