diff options
author | alecpl <alec@alec.pl> | 2008-10-07 18:32:56 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-07 18:32:56 +0000 |
commit | 155bbb8df6332bc6a9b629f62d1725840f8d89ea (patch) | |
tree | eb51a2ef74e2624b140545692b650571a2177a1e /bin/html2text.php | |
parent | a22cb65adbde7e7b101d2c950b617eaec6f5c790 (diff) |
- added bin/killcache.php script (#1485434)
- added copyrights disclaimers
Diffstat (limited to 'bin/html2text.php')
-rw-r--r-- | bin/html2text.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/html2text.php b/bin/html2text.php index 478ccced9..6500d2883 100644 --- a/bin/html2text.php +++ b/bin/html2text.php @@ -1,4 +1,23 @@ <?php +/* + + +-----------------------------------------------------------------------+ + | bin/html2text.php | + | | + | This file is part of the RoundCube Webmail client | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | + | Licensed under the GNU GPL | + | | + | PURPOSE: | + | Convert HTML message to plain text | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas Bruederli <roundcube@gmail.com> | + +-----------------------------------------------------------------------+ + + $Id$ + +*/ define('INSTALL_PATH', realpath('./../') . '/'); require INSTALL_PATH.'program/include/iniset.php'; |