From: bishop <bi...@pl...> - 2003-12-06 08:52:37
|
Steve, folks, http://phpwiki.sourceforge.net/phpwiki/SteveWainstead has a busted panix.com link. I hacked up a bit of a patch to two files to enable a more versatile form of the imap auth. Essentaially, it strips the :143 off the imap_open() and clutters up index.php with an example and a different default. It's at my mini-homepage on the site: http://phpwiki.sourceforge.net/phpwiki/BishopClark . I hadn't poked around enough to take a good look at it. Hey, is there any cure for the horrid destruction to my configs that occurs when I overlay one tarball with another? I like the new features, but I fear I won't be able to save one index.php from being stomped by another. Any way to protect the upgrading bonehead as well as giving the new person something that goes? I'd love something like (here comes pseudocode!): if (exists(config.php)) include ("config.php"); That way, a user can toss define()s into there and it'll happily be incorporated. Of course, I have the foreboding feeling I've overlooking something really basic. - bish -- "those who torment us for our own good will torment us without end, for they do so with the approval of their own conscience." http://quotes.telemanage.ca/quotes.nsf/quotes/7cfd6e1a41c2c42185256c840053e1e7 |