Changeset 3885


Ignore:
Timestamp:
08/27/11 08:48:44 (9 months ago)
Author:
benedikt
Message:
  • [TOOLS]: Updated Squirrelmail to Version 1.4.22
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r3884 r3885  
    11ispCP ω 1.1.0 ChangeLog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42011-08-27 Benedikt Heintel 
     5        - TOOLS: 
     6                * Updated SquirrelMail to Version 1.4.22 
    37 
    482011-08-19 Markus Szywon 
  • trunk/CONTRIBUTORS

    r3849 r3885  
    33 
    44We would like to thank the following people for their contributions towards 
    5 ispCP. Without these contributions ispCP would not be where it is today. 
     5ISPCP. Without these contributions ISPCP would not be where it is today. 
    66 
    77Alexander Kotov 
  • trunk/README

    r3845 r3885  
    1919 
    2020Enjoy the power of ispCP ω 
    21 Your ispCP Team 
     21Your ISPCP Team 
    2222 
    2323================================================================ 
     
    2626 
    2727Select the folder of the distribution you are using inside the docs directory. 
    28 For Debian: ./docs/Debian/INSTALL 
     28E.g. for Debian: ./docs/Debian/INSTALL 
    2929If there is none, select Debian and try it with this one. 
    3030 
     
    4040Public License) Version 1.1. 
    4141 
    42 The icons used by the omega_original theme for ispCP are copyrighted 2006-2007 
     42The icons used by the omega_original theme are copyrighted 2006-2007 
    4343by Everaldo Coelho <everaldo@everaldo.com> and released under the Lesser General 
    4444Public License (LGPL) license. 
     
    4949 
    5050Unless otherwise stated all code is licensed under the MPL 1.1 and has a 
    51 Copyright 2006-2011 by ispCP. 
     51Copyright 2006-2011 by ISPCP. 
    5252 
    5353Please have a look at these Licenses if interested. They are shipped with this 
     
    6161CREDITS 
    6262------- 
    63 ispCP ω is a project of ispCP | ISP Control Panel. 
    64 ispCP, ispCP ω, ISP Control Panel, the ispCP logo and the ω Logo are trademarks 
    65 of the ispCP | ISP Control Panel Project Team. 
     63ispCP ω is a project of ISPCP. 
     64ispCP, ispCP ω, ISP Control Panel, the ISPCP logo and the ω Logo are trademarks 
     65of the ISPCP Project. 
    6666 
    6767All contributors are enlisted in the file CONTRIBUTORS. 
    6868 
    6969Please visit our site under http://ispcp.net for further information on 
    70 ispCP ω, ispCP and other topics. 
     70ispCP ω, ISPCP and other topics. 
    7171 
    7272We hope you enjoy using ispCP ω. If you like it, help us, to make it better. We 
  • trunk/configs/centos/fcgi/parts/master/php5/php.ini

    r3554 r3885  
    379379; *NOT* affected by whether Safe Mode is turned On or Off. 
    380380; http://php.net/open-basedir 
    381 open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:{MR_LOCK_FILE}:/proc/:/bin/df:/bin/mount:{RKHUNTER_LOG}:{CHKROOTKIT_LOG}:{PEAR_DIR}/{OTHER_ROOTKIT_LOG}" 
     381open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:{MR_LOCK_FILE}:/proc/:/bin/df:/bin/mount:{RKHUNTER_LOG}:{CHKROOTKIT_LOG}:{PEAR_DIR}:{OTHER_ROOTKIT_LOG}" 
    382382 
    383383; This directive allows you to disable certain functions for security reasons. 
  • trunk/configs/fedora/postfix/main.cf

    r3762 r3885  
    11# ispCP ω (OMEGA) a Virtual Hosting Control Panel 
     2# Copyright (C) 2001-2006 by moleSoftware GmbH - http://www.molesoftware.com 
    23# Copyright (C) 2006-2011 by ispCP | http://ispcp.net 
    34# 
     
    1415# under the License. 
    1516# 
    16 # The Original Code is "ispCP ω (OMEGA) a Virtual Hosting Control Panel". 
     17# The Original Code is "VHCS - Virtual Hosting Control System". 
    1718# 
    18 # The Initial Developer of the Original Code is ispCP Team. 
    19 # Portions created by Initial Developer are Copyright (C) 2006-2011 by 
     19# The Initial Developer of the Original Code is moleSoftware GmbH. 
     20# Portions created by Initial Developer are Copyright (C) 2001-2006 
     21# by moleSoftware GmbH. All Rights Reserved. 
     22# Portions created by the ispCP Team are Copyright (C) 2006-2011 by 
    2023# isp Control Panel. All Rights Reserved. 
    2124# 
     
    2730# Postfix directory settings; These are critical for normal Postfix MTA functionallity 
    2831command_directory            = /usr/sbin 
    29 daemon_directory             = /usr/libexec/postfix 
     32daemon_directory             = /usr/lib/postfix 
    3033 
    3134# Some common configuration parameters 
     
    118121 
    119122# TLS parameters; activate, if avaible/used 
    120 #smtpd_use_tls               = yes 
     123#smtpd_tls_security_level    = may 
    121124#smtpd_tls_loglevel          = 2 
    122125#smtpd_tls_cert_file         = /etc/postfix/cert.pem 
  • trunk/gui/tools/filemanager/skins/skins.inc.php

    r1914 r3885  
    3535        $skinArray["omega"]["iconset"]          = "nuvola"; 
    3636        $skinArray["omega"]["image_url"]        = $net2ftp_globals["application_rootdir_url"] . "/skins/omega/images"; 
    37         $skinArray["omega"]["icon_size_mime"]   = "16"; 
    38  
    39         $skinArray["omega"]["name"]             = __("modern"); 
    40         $skinArray["omega"]["iconset"]          = "nuvola"; 
    41         $skinArray["omega"]["image_url"]        = $net2ftp_globals["application_rootdir_url"] . "/skins/modern/images"; 
    4237        $skinArray["omega"]["icon_size_mime"]   = "16"; 
    4338 
  • trunk/gui/tools/webmail/class/mime/AddressStructure.class.php

    r3153 r3885  
    77 * mime messages. 
    88 * 
    9  * @copyright 2003-2010 The SquirrelMail Project Team 
     9 * @copyright 2003-2011 The SquirrelMail Project Team 
    1010 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    11  * @version $Id: AddressStructure.class.php 13952 2010-06-21 07:52:41Z pdontthink $ 
     11 * @version $Id: AddressStructure.class.php 14084 2011-01-06 02:44:03Z pdontthink $ 
    1212 * @package squirrelmail 
    1313 * @subpackage mime 
Note: See TracChangeset for help on using the changeset viewer.