Skip to content

Commit

Permalink
Yläpalkin linkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Hagberg committed Jun 15, 2017
1 parent 07735da commit cada9e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

$go = $_REQUEST['go'];

if (isset($_REQUEST['laji'])) {
$go .= "&laji={$_REQUEST["laji"]}";
}

if (strpos($go, '?')) {
$go .= "&indexvas=1";
}
Expand Down

0 comments on commit cada9e7

Please sign in to comment.