From: Paul L. <pdo...@us...> - 2005-07-21 07:24:16
|
Update of /cvsroot/serverfilters/serversidefilter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6583 Modified Files: config.php.sample Log Message: Developer reminder Index: config.php.sample =================================================================== RCS file: /cvsroot/serverfilters/serversidefilter/config.php.sample,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.php.sample 22 Jun 2005 04:36:25 -0000 1.4 --- config.php.sample 21 Jul 2005 07:24:07 -0000 1.5 *************** *** 21,24 **** --- 21,27 ---- + // Developer note: due to the way filtercmd works, any config + // variables it will be parsing out of this file *must* NOT + // be in the global statement here: global $ALWAYS_CREATE, $FILTER_APP_PATH, $DEFAULT_DELIVERY, $ALLOW_UNSUBSCRIBED, $SPAMFILTER, $SPAMHEADER, $SPAMFILTERMAXKB, |