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

17 lines
208 B
PHP
Raw Normal View History

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