From 15c1801a5c13479f1bf67e0e3c1ad7c0af8e3af7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 10 Sep 2007 03:44:47 +0000 Subject: r25051: Move SWAT back to the old-style form-submit modal. The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae) --- webapps/logout.esp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 webapps/logout.esp (limited to 'webapps/logout.esp') diff --git a/webapps/logout.esp b/webapps/logout.esp deleted file mode 100644 index d0d971d962..0000000000 --- a/webapps/logout.esp +++ /dev/null @@ -1,8 +0,0 @@ -<% -page_header("plain", "Logging out", ""); - -session.AUTHENTICATED = false; -redirect("/login.esp"); - -page_footer(); -%> -- cgit