"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "install/tpl/config.inc.php.master" between
ISPConfig-3.2.8p1.tar.gz and ISPConfig-3.2.8p2.tar.gz

About: ISPConfig is an ISP management and Hosting Control Panel (for different Managed Services).

config.inc.php.master  (ISPConfig-3.2.8p1):config.inc.php.master  (ISPConfig-3.2.8p2)
skipping to change at line 57 skipping to change at line 57
//** Set a few php.ini values //** Set a few php.ini values
if(isset($app)) unset($app); if(isset($app)) unset($app);
if(isset($conf)) unset($conf); if(isset($conf)) unset($conf);
//** SVN Revision //** SVN Revision
$svn_revision = '$Revision$'; $svn_revision = '$Revision$';
$revision = str_replace(array('Revision:','$',' '), '', $svn_revision); $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** Application //** Application
define('ISPC_APP_TITLE', 'ISPConfig'); define('ISPC_APP_TITLE', 'ISPConfig');
define('ISPC_APP_VERSION', '3.2.8p1'); define('ISPC_APP_VERSION', '3.2.8p2');
define('DEVSYSTEM', 0); define('DEVSYSTEM', 0);
//** Database //** Database
$conf['db_type'] = 'mysql'; $conf['db_type'] = 'mysql';
$conf['db_host'] = '{mysql_server_host}'; $conf['db_host'] = '{mysql_server_host}';
$conf['db_port'] = '{mysql_server_port}'; $conf['db_port'] = '{mysql_server_port}';
$conf['db_database'] = '{mysql_server_database}'; $conf['db_database'] = '{mysql_server_database}';
$conf['db_user'] = '{mysql_server_ispconfig_user}'; $conf['db_user'] = '{mysql_server_ispconfig_user}';
$conf['db_password'] = '{mysql_server_ispconfig_password}'; $conf['db_password'] = '{mysql_server_ispconfig_password}';
$conf['db_charset'] = 'utf8'; // same charset as html-charset - (HTML --> MYSQL: "utf-8" --> "utf8", "iso-8859-1" --> "latin1") $conf['db_charset'] = 'utf8'; // same charset as html-charset - (HTML --> MYSQL: "utf-8" --> "utf8", "iso-8859-1" --> "latin1")
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)