Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1c025f937a77546674c04f23aa8ed60a > files > 18

squirrelmail-1.4.20-0.RC2.2mdv2010.0.noarch.rpm

<?php
/*
 * Javascript libraries management framework for Squirrelmail Plugins.
 *
 * Licensed under the GNU GPL. For full terms see the file COPYING that came
 * with the Squirrelmail distribution.
 *
 * Also view plugins/README.plugins for more information.
 *
 * @version $Id: config_sample.php 911 2008-01-14 14:28:04Z avel $
 * @author Alexandros Vellis <avel@users.sourceforge.net>
 * @copyright 2007-2008 The SquirrelMail Project Team
 * @package plugins
 * @subpackage javascript_libs
 */

/**
 * Use 'minify' javascript optimizer?
 *
 * 0 => Do not use minified versions. Useful for development & debugging.
 * 1 => Use on-the-fly generated minified files. (Not PHP4 compatible).
 * 2 => Use cached minified files
 *
 */
define('JAVASCRIPT_LIBS_USE_MINIFY', 2);