From 16ad241fd780be20ed52f9969b55bce4807112e9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 May 2000 07:24:29 +0000 Subject: [PATCH] ------------------------------- IMPORTANT: temporary theme fix! ------------------------------- * Added a *temporary* (see below) file called 'reset.php'. Visiting this page at http://beta.drop.org/reset.php will reset your drop.org cookie. This will automatically make you logout from your drop.org account, eventually (read: hopefully) fixing some cookie problems (if any). Example: if you can't surf the site anymore because of the theme problem, you can visit reset.php to logout. This will dump you on the default theme, which you should always be able to use no matter what. * Note that this is a temporary file/fix! Maybe we should start making a development page which groups this kind of features. For instance, we could add a 'cookie reset', 'cookie dump', 'cookie examine', etc. If non-developers need this kind of features too, then we might want to add it to the account settings, make a helpdesk.php page or whatever. Yes or no? Suggestions? --- reset.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 reset.php diff --git a/reset.php b/reset.php new file mode 100644 index 000000000000..dbf604ec2902 --- /dev/null +++ b/reset.php @@ -0,0 +1,6 @@ + + +
+Your cookie has been reset.  This implies you are logged out from your
+account which means you will at least be able to use the default theme.
+
\ No newline at end of file