X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffilters%2Foptions.php;h=21582d9a9dbe1c6ee8ec043f6f6b310727f9abf1;hp=5160a93f664febc13094634a5b34ea917f12d9e3;hb=b78c2231e6d5c4b4f6b1fa96fb25957a6e34b9d1;hpb=ebf18afaf6858bcbbb5ec9963983fdeefe9218c5 diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 5160a93f..21582d9a 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -1,10 +1,8 @@ - * Tyler Akins - * Brent Bice - * (c) 2000 (GNU GPL - see ../../COPYING) + * Copyright (c) 1999-2001 The Squirrelmail Development Team + * Licensed under the GNU GPL. For full terms see the file COPYING. * * This plugin filters your inbox into different folders based upon given * criteria. It is most useful for people who are subscibed to mailing lists @@ -22,7 +20,10 @@ * * Also view plugins/README.plugins for more information. * + * $Id$ + * */ + chdir('..'); require_once('../src/validate.php'); require_once('../functions/page_header.php');