summaryrefslogtreecommitdiff
path: root/site.php
blob: 6d9f57477d862308b4ddfd467b9d7cf8a7fe6a39 (plain)
1
2
3
4
5
<?php

$__mobile = include __DIR__ . "/includes/mobile-detect.php";

include __DIR__ . "/includes/" . ($__mobile ? "mobile" : "desktop") . "/site.php";