2018-06-07 00:03:44 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
|
|
|
if (!defined('NICKELBOX')) {
|
|
|
|
die("Direct access denied.");
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
<script src="static/jquery-3.3.1.min.js"></script>
|
2018-09-25 20:27:35 -06:00
|
|
|
<script src="static/bootstrap.min.js"></script>
|
|
|
|
<script src="static/script.js"></script>
|