Correction du path du fichier lav.xml en production
This commit is contained in:
parent
d930b00a58
commit
dab402b38d
@ -26,8 +26,7 @@ use DateTime::Format::DateParse;
|
|||||||
|
|
||||||
# Configuration variables
|
# Configuration variables
|
||||||
my $url = "https://www.april.org/taxonomy_all_items/term/1917/all/feed";
|
my $url = "https://www.april.org/taxonomy_all_items/term/1917/all/feed";
|
||||||
#my $filename = "/usr/share/drupal6/lav.xml";
|
my $filename = "/usr/share/drupal6/lav.xml";
|
||||||
my $filename = "/usr/share/drupal6/tmp/lav.xml";
|
|
||||||
|
|
||||||
# Build RSS object
|
# Build RSS object
|
||||||
my $rss = XML::RSS->new;
|
my $rss = XML::RSS->new;
|
||||||
|
Loading…
Reference in New Issue
Block a user