* @copyright 2007-2008 The SquirrelMail Project Team * @package plugins * @subpackage javascript_libs */ /* Uhm, do not call me directly please. Only through an 'include'. */ if (basename(strip_tags($_SERVER['PHP_SELF'])) == 'minify_wrapper.php') { die(); } /* This is the line that chokes in PHP4 with a parse error. */ $minifyJS = new Minify(Minify::TYPE_JS);