Skip to content

Commit

Permalink
Search in inactive records too
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridrich committed Jan 5, 2016
1 parent 5a87acc commit 70c7c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ares.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class Ares
{
const URL_BAS = 'http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_bas.cgi?ico=%s';
const URL_RES = 'http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_res.cgi?ICO=%s';
const URL_TAX = 'http://wwwinfo.mfcr.cz/cgi-bin/ares/ares_es.cgi?ico=%s';
const URL_FIND = 'http://wwwinfo.mfcr.cz/cgi-bin/ares/ares_es.cgi?obch_jm=%s&obec=%s';
const URL_TAX = 'http://wwwinfo.mfcr.cz/cgi-bin/ares/ares_es.cgi?ico=%s&filtr=0';
const URL_FIND = 'http://wwwinfo.mfcr.cz/cgi-bin/ares/ares_es.cgi?obch_jm=%s&obec=%s&filtr=0';

/**
* @var string
Expand Down

0 comments on commit 70c7c65

Please sign in to comment.