summaryrefslogtreecommitdiffstats
path: root/management-interface/template/footer.php
blob: 68f835136cfa7dff2f523ce3b1e6aacc1480b7e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php
//var_dump($_SESSION);
?>
    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/custom.js"></script>
  </body>
</html>