zoneminder/web/skins/bootstrap/views/host.php

17 lines
177 B
PHP
Raw Normal View History

2014-11-25 04:02:59 +08:00
<?php
xhtmlHeaders( __FILE__, 'Host' );
?>
<body>
<?php include("header.php"); ?>
<div class="container-fluid">
</div>
<?php include("footer.php"); ?>
</body>
</html>