Changeset 3885
- Timestamp:
- 08/27/11 08:48:44 (9 months ago)
- Location:
- trunk
- Files:
-
- 7 edited
-
CHANGELOG (modified) (1 diff)
-
CONTRIBUTORS (modified) (1 diff)
-
README (modified) (5 diffs)
-
configs/centos/fcgi/parts/master/php5/php.ini (modified) (1 diff)
-
configs/fedora/postfix/main.cf (modified) (4 diffs)
-
gui/tools/filemanager/skins/skins.inc.php (modified) (1 diff)
-
gui/tools/webmail/class/mime/AddressStructure.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r3884 r3885 1 1 ispCP ω 1.1.0 ChangeLog 2 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 4 2011-08-27 Benedikt Heintel 5 - TOOLS: 6 * Updated SquirrelMail to Version 1.4.22 3 7 4 8 2011-08-19 Markus Szywon -
trunk/CONTRIBUTORS
r3849 r3885 3 3 4 4 We would like to thank the following people for their contributions towards 5 ispCP. Without these contributions ispCP would not be where it is today.5 ISPCP. Without these contributions ISPCP would not be where it is today. 6 6 7 7 Alexander Kotov -
trunk/README
r3845 r3885 19 19 20 20 Enjoy the power of ispCP ω 21 Your ispCP Team21 Your ISPCP Team 22 22 23 23 ================================================================ … … 26 26 27 27 Select the folder of the distribution you are using inside the docs directory. 28 For Debian: ./docs/Debian/INSTALL28 E.g. for Debian: ./docs/Debian/INSTALL 29 29 If there is none, select Debian and try it with this one. 30 30 … … 40 40 Public License) Version 1.1. 41 41 42 The icons used by the omega_original theme for ispCPare copyrighted 2006-200742 The icons used by the omega_original theme are copyrighted 2006-2007 43 43 by Everaldo Coelho <everaldo@everaldo.com> and released under the Lesser General 44 44 Public License (LGPL) license. … … 49 49 50 50 Unless otherwise stated all code is licensed under the MPL 1.1 and has a 51 Copyright 2006-2011 by ispCP.51 Copyright 2006-2011 by ISPCP. 52 52 53 53 Please have a look at these Licenses if interested. They are shipped with this … … 61 61 CREDITS 62 62 ------- 63 ispCP ω is a project of ispCP | ISP Control Panel.64 ispCP, ispCP ω, ISP Control Panel, the ispCP logo and the ω Logo are trademarks65 of the ispCP | ISP Control Panel Project Team.63 ispCP ω is a project of ISPCP. 64 ispCP, ispCP ω, ISP Control Panel, the ISPCP logo and the ω Logo are trademarks 65 of the ISPCP Project. 66 66 67 67 All contributors are enlisted in the file CONTRIBUTORS. 68 68 69 69 Please visit our site under http://ispcp.net for further information on 70 ispCP ω, ispCP and other topics.70 ispCP ω, ISPCP and other topics. 71 71 72 72 We 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 379 379 ; *NOT* affected by whether Safe Mode is turned On or Off. 380 380 ; 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}"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}" 382 382 383 383 ; This directive allows you to disable certain functions for security reasons. -
trunk/configs/fedora/postfix/main.cf
r3762 r3885 1 1 # ispCP ω (OMEGA) a Virtual Hosting Control Panel 2 # Copyright (C) 2001-2006 by moleSoftware GmbH - http://www.molesoftware.com 2 3 # Copyright (C) 2006-2011 by ispCP | http://ispcp.net 3 4 # … … 14 15 # under the License. 15 16 # 16 # The Original Code is " ispCP ω (OMEGA) a Virtual Hosting Control Panel".17 # The Original Code is "VHCS - Virtual Hosting Control System". 17 18 # 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 20 23 # isp Control Panel. All Rights Reserved. 21 24 # … … 27 30 # Postfix directory settings; These are critical for normal Postfix MTA functionallity 28 31 command_directory = /usr/sbin 29 daemon_directory = /usr/lib exec/postfix32 daemon_directory = /usr/lib/postfix 30 33 31 34 # Some common configuration parameters … … 118 121 119 122 # TLS parameters; activate, if avaible/used 120 #smtpd_ use_tls = yes123 #smtpd_tls_security_level = may 121 124 #smtpd_tls_loglevel = 2 122 125 #smtpd_tls_cert_file = /etc/postfix/cert.pem -
trunk/gui/tools/filemanager/skins/skins.inc.php
r1914 r3885 35 35 $skinArray["omega"]["iconset"] = "nuvola"; 36 36 $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";42 37 $skinArray["omega"]["icon_size_mime"] = "16"; 43 38 -
trunk/gui/tools/webmail/class/mime/AddressStructure.class.php
r3153 r3885 7 7 * mime messages. 8 8 * 9 * @copyright 2003-201 0The SquirrelMail Project Team9 * @copyright 2003-2011 The SquirrelMail Project Team 10 10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 11 * @version $Id: AddressStructure.class.php 1 3952 2010-06-21 07:52:41Z pdontthink $11 * @version $Id: AddressStructure.class.php 14084 2011-01-06 02:44:03Z pdontthink $ 12 12 * @package squirrelmail 13 13 * @subpackage mime
Note: See TracChangeset
for help on using the changeset viewer.
