summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/tks-ui/shared/webapps/tks/agent/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pki/dogtag/tks-ui/shared/webapps/tks/agent/index.html')
-rw-r--r--pki/dogtag/tks-ui/shared/webapps/tks/agent/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/pki/dogtag/tks-ui/shared/webapps/tks/agent/index.html b/pki/dogtag/tks-ui/shared/webapps/tks/agent/index.html
index ee2cd2e0b..30662d47a 100644
--- a/pki/dogtag/tks-ui/shared/webapps/tks/agent/index.html
+++ b/pki/dogtag/tks-ui/shared/webapps/tks/agent/index.html
@@ -15,8 +15,9 @@
Copyright (C) 2007 Red Hat, Inc.
All rights reserved.
--- END COPYRIGHT BLOCK --- -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-<meta http-equiv="Refresh" content="0;URL=/index">
-<link rel="shortcut icon" href="/tks/agent/graphics/favicon.ico" />
-</HTML>
+<html>
+<script lang="javascript">
+ // redirect to 'ROOT'
+ window.location = "/";
+</script>
+</html>