summaryrefslogtreecommitdiffstats
path: root/base/tps/apache/cgi-bin/home
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/apache/cgi-bin/home')
-rwxr-xr-xbase/tps/apache/cgi-bin/home/Enroll.html2
-rwxr-xr-xbase/tps/apache/cgi-bin/home/cachain.cgi2
2 files changed, 2 insertions, 2 deletions
diff --git a/base/tps/apache/cgi-bin/home/Enroll.html b/base/tps/apache/cgi-bin/home/Enroll.html
index 218da280c..2bcc9c1af 100755
--- a/base/tps/apache/cgi-bin/home/Enroll.html
+++ b/base/tps/apache/cgi-bin/home/Enroll.html
@@ -18,7 +18,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel=stylesheet href="/esc/home/style.css" type="text/css">
+<link rel=stylesheet href="/pki/esc/home/style.css" type="text/css">
<title>Enrollment</title>
</head>
diff --git a/base/tps/apache/cgi-bin/home/cachain.cgi b/base/tps/apache/cgi-bin/home/cachain.cgi
index ddbf5e6ae..27dc9cd6c 100755
--- a/base/tps/apache/cgi-bin/home/cachain.cgi
+++ b/base/tps/apache/cgi-bin/home/cachain.cgi
@@ -45,7 +45,7 @@ if ($response->is_success) {
} else {
print "Content-type: text/html\n\n";
print "<html>";
- print "<link rel=stylesheet href='/esc/home/style.css' type='text/css'>";
+ print "<link rel=stylesheet href='/pki/esc/home/style.css' type='text/css'>";
print "<center><h2>Error Importing CA Chain Information!</h2></center>";
print "<center><h2>Please try again later.</h2></center>";
print "</html>"