summaryrefslogtreecommitdiffstats
path: root/management-interface/php/home.inc.php
blob: b003336823ec4959530f0270709a38ab5ba4767a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php
if (!$include) die("404 / Permission denied.");
?>

<div class="jumbotron">
<h1>Hello user!</h1>
<p>
Lorem ipsum dolor sit amet.
</p>
</div>