|
8 | 8 | /* site functions */ |
9 | 9 | require('functions/functions.php'); |
10 | 10 |
|
11 | | -header("Cache-Control: no-cache, must-revalidate"); //HTTP 1.1 |
12 | | -header("Pragma: no-cache"); //HTTP 1.0 |
13 | | -header("Expires: Sat, 26 Jul 2016 05:00:00 GMT"); //Date in the past |
| 11 | +// header("Cache-Control: no-cache, must-revalidate"); //HTTP 1.1 |
| 12 | +// header("Pragma: no-cache"); //HTTP 1.0 |
| 13 | +// header("Expires: Sat, 26 Jul 2016 05:00:00 GMT"); //Date in the past |
14 | 14 |
|
15 | 15 | # set default page |
16 | 16 | if(!isset($_GET['page'])) { $_GET['page'] = "dashboard"; } |
|
91 | 91 | <!-- css --> |
92 | 92 | <link rel="shortcut icon" type="image/png" href="css/<?php print SCRIPT_PREFIX; ?>/images/favicon.png"> |
93 | 93 | <link rel="stylesheet" type="text/css" href="css/<?php print SCRIPT_PREFIX; ?>/bootstrap/bootstrap.min.css"> |
94 | | - <link rel="stylesheet" type="text/css" href="proxy.php?url=https%3A%2F%2Fgithub.com.%2Fcss%2F%3Cspan+class%3D"pl-ent"><?php print SCRIPT_PREFIX; ?>/bootstrap/bootstrap-custom.css"> |
| 94 | + <link rel="stylesheet" type="text/css" href="proxy.php?url=https%3A%2F%2Fgithub.com.%2Fcss%2F%3Cspan+class%3D"pl-ent"><?php print SCRIPT_PREFIX; ?>/bootstrap/bootstrap-custom.min.css"> |
95 | 95 | <link rel="stylesheet" type="text/css" href="css/<?php print SCRIPT_PREFIX; ?>/font-awesome/font-awesome.min.css"> |
96 | 96 | <link rel="stylesheet" type="text/css" href="css/<?php print SCRIPT_PREFIX; ?>/bootstrap/bootstrap-switch.min.css"> |
97 | 97 | <link rel="stylesheet" href="css/<?php print SCRIPT_PREFIX; ?>/bootstrap-table/bootstrap-table.min.css"> |
|
105 | 105 | <?php if($_GET['page']=="login" || $_GET['page']=="request_ip") { ?> |
106 | 106 | <script type="text/javascript" src="js/<?php print SCRIPT_PREFIX; ?>/login.js"></script> |
107 | 107 | <?php } ?> |
108 | | - <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com.%2Fjs%2F%3Cspan+class%3D"pl-ent"><?php print SCRIPT_PREFIX; ?>/magic.js"></script> |
| 108 | + <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com.%2Fjs%2F%3Cspan+class%3D"pl-ent"><?php print SCRIPT_PREFIX; ?>/magic.min.js"></script> |
109 | 109 | <script type="text/javascript" src="js/<?php print SCRIPT_PREFIX; ?>/bootstrap.min.js"></script> |
110 | 110 | <script type="text/javascript" src="js/<?php print SCRIPT_PREFIX; ?>/jquery-ui-1.10.4.custom.min.js"></script> |
111 | 111 | <script type="text/javascript" src="js/<?php print SCRIPT_PREFIX; ?>/bootstrap-switch.min.js"></script> |
|
0 commit comments