aboutsummaryrefslogtreecommitdiff
path: root/test/value/index.php
blob: 3e9ef7496bb9bdacb07234717ad316df278b7d9b (plain)
1
2
3
4
5
6
7
<?php

if (isset($_COOKIE["_flmobile_test"])) {
    header("Location: /test/value/yes");
} else {
    header("Location: /test/value/no");
}