Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
handelaar committed Jul 8, 2017
1 parent 9f3a5a6 commit 1c33c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
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() - (14*24*60*60);
$daysago = time() - (31*24*60*60);

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

0 comments on commit 1c33c10

Please sign in to comment.