From 58168e3d981ff3faa80312fe3de5cc8765a57c76 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 4 Apr 2016 14:32:49 -0400 Subject: [PATCH] Simple browser-side redirect so that patrons can use the shortcut http://gapines.org/myaccount to get to their 'My Account' page. Signed-off-by: Terran McCanna --- Open-ILS/web/myaccount/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Open-ILS/web/myaccount/index.html diff --git a/Open-ILS/web/myaccount/index.html b/Open-ILS/web/myaccount/index.html new file mode 100644 index 0000000000..46c5c34d74 --- /dev/null +++ b/Open-ILS/web/myaccount/index.html @@ -0,0 +1,14 @@ + + + + + + + My Account + + +

If you are not redirected automatically, follow the link to the 'My Account' page.

+ + -- 2.11.0