redirecting index.htmls
authoridfx <idfx>
Thu, 18 Sep 2003 21:36:28 +0000 (21:36 +0000)
committeridfx <idfx>
Thu, 18 Sep 2003 21:36:28 +0000 (21:36 +0000)
web/admin/index.html [new file with mode: 0755]
web/index.html

diff --git a/web/admin/index.html b/web/admin/index.html
new file mode 100755 (executable)
index 0000000..6107984
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+<head>
+    <title>Mir</title>
+    <meta http-equiv="refresh" content="0;url=index.do">
+</head>
+<body>
+   When you're not automatically redirected, click <a href="servlet/Mir">here</a><br>
+<br>
+</body>
+</html>
+
index d0a782f..ef6ed28 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
     <title>Mir</title>
-    <meta http-equiv="refresh" content="0;url=servlet/Mir">
+    <meta http-equiv="refresh" content="0;url=admin/index.do">
 </head>
 <body>
    When you're not automatically redirected, click <a href="servlet/Mir">here</a><br>