1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

Changed the alias to only serve on the admin dir

This commit is contained in:
Git Repository
2017-05-22 10:05:55 -07:00
parent 378ba271de
commit 0bbe7106bc
3 changed files with 11 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="/mailinabox/vendor/assets/bootstrap.min.css">
<link rel="stylesheet" href="/admin/assets/bootstrap.min.css">
<style>
body {
overflow-y: scroll;
@@ -63,7 +63,7 @@
margin-bottom: 1em;
}
</style>
<link rel="stylesheet" href="/mailinabox/vendor/assets/bootstrap-theme.min.css">
<link rel="stylesheet" href="/admin/assets/bootstrap-theme.min.css">
</head>
<body>
@@ -191,8 +191,8 @@
</div>
</div>
<script src="/mailinabox/vendor/assets/jquery.min.js"></script>
<script src="/mailinabox/vendor/assets/bootstrap.min.js"></script>
<script src="/admin/assets/jquery.min.js"></script>
<script src="/admin/assets/bootstrap.min.js"></script>
<script>
var global_modal_state = null;