summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-07-17 07:59:04 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-07-17 07:59:04 -0400
commitc21d913d772a0ab49254b5d00b08a8137085f8eb (patch)
tree34254086011da5eeb991f480e65a4fd15def0aff /src/etc
parent782453b4dbb77e5bc97a43f56b95a006c5434d65 (diff)
downloadpfsense-c21d913d772a0ab49254b5d00b08a8137085f8eb.zip
pfsense-c21d913d772a0ab49254b5d00b08a8137085f8eb.tar.gz
Change login page links to absolute paths
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/inc/authgui.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc
index 9fd92f3..2168d51 100644
--- a/src/etc/inc/authgui.inc
+++ b/src/etc/inc/authgui.inc
@@ -253,8 +253,8 @@ function display_login_form() {
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" type="text/css">
- <link rel="stylesheet" href="css/login.css" type="text/css">
+ <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
+ <link rel="stylesheet" href="/css/login.css" type="text/css">
<title><?=gettext("Login"); ?></title>
<script type="text/javascript">
//<![CDATA{
@@ -270,7 +270,7 @@ function display_login_form() {
<div class="row">
<div class="col-sm-4">
<div id="logodiv" style="text-align:center" class="nowarning">
- <img src="pfsense-trans.png" height="100%"/>
+ <img src="/pfsense-trans.png" height="100%"/>
</div>
</div>
OpenPOWER on IntegriCloud