summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/loadcfg.asp
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidgoahead/web/loadcfg.asp')
-rw-r--r--cleopatre/application/spidgoahead/web/loadcfg.asp24
1 files changed, 0 insertions, 24 deletions
diff --git a/cleopatre/application/spidgoahead/web/loadcfg.asp b/cleopatre/application/spidgoahead/web/loadcfg.asp
deleted file mode 100644
index 8a1fe46952..0000000000
--- a/cleopatre/application/spidgoahead/web/loadcfg.asp
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-<!- Copyright (c) Go Ahead Software Inc., 2000-2000. All Rights Reserved. ->
-<head>
-<title>Load the User Configuration</title>
-<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
-<% language=javascript %>
-</head>
-
-<body>
-<h1>Re-load the permanently stored user configuration</h1>
-<form action=/goform/LoadUserManagement method=POST>
-
-<table>
-<tr>
- <td></td>
- <td ALIGN="CENTER">
- <input type=submit name=ok value="OK" title="Load Configuration"> <input type=submit name=ok value="Cancel"></td>
-</tr>
-</table>
-
-</form>
-
-</body>
-</html>