From 325edaa66a5b3a8c907a3a521b4ceea26ea0210c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 19 Jul 2005 11:06:12 +0000 Subject: r8598: move provisioning to /install/ directory from /esptest/ (This used to be commit 318402ee4e8900e0d8ed1dce1e201f63ac4a908f) --- swat/install/menu.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 swat/install/menu.js (limited to 'swat/install/menu.js') diff --git a/swat/install/menu.js b/swat/install/menu.js new file mode 100644 index 00000000000..e8f99f7cac6 --- /dev/null +++ b/swat/install/menu.js @@ -0,0 +1,5 @@ +/* show a menu for the esp test pages */ +simple_menu( + "Installation", + "Provisioning", session_uri("/install/provision.esp"), + "New User", session_uri("/install/newuser.esp")); -- cgit