Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
handelaar committed Jan 7, 2018
1 parent 4aea621 commit 613bd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$date_format = 'Y-m-d';
$cookie_file = '/tmp/cookies.txt';
$remote_uri = 'http://planning.fingalcoco.ie/swiftlg/apas/run/WPHAPPCRITERIA';
$daysago = time() - (31*24*60*60);
$daysago = time() - (10*24*60*60);

$formfields = array(
'APNID.MAINBODY.WPACIS.1' => '',
Expand Down

0 comments on commit 613bd96

Please sign in to comment.