aboutsummaryrefslogtreecommitdiff
path: root/_site/experiment/1/index.php
blob: e9bad8725862e7c4ddc45ba854d2ffde0e1f5f21 (plain)
1
2
3
4
5
<?php

setcookie("_UnchainedTech_ExperimentalUI", "true", 0, "/", "unchainedtech.minteck.ro.lt", false, true);
header("Location: /");
die();