Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- setcookie('font_size', '', time() - 600, '/', '', 0); //This deletes the cookie, it sets the value to 10 minutes ago, which is a rather unorthodox method, but it works for small things like this.
- setcookie('font_color', '', time() - 600, '/', '', 0);
- ?>
- <!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/xhtml1/DTD/xhtml1-transtional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>Reset Your Settings</title>
- </head>
- <body>
- <p>Your settings have been reset! Click <a href="view_settings.php">here</a> to go back to the main page. </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement