Skip to content
Snippets Groups Projects
Commit c3d8a845 authored by Till Brehm's avatar Till Brehm
Browse files

Updated incremental svn files.

parent 3ba56480
No related branches found
No related tags found
No related merge requests found
CREATE TABLE `mail_backup` (
`backup_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`server_id` int(10) unsigned NOT NULL,
`parent_domain_id` int(10) unsigned NOT NULL,
`mailuser_id` int(10) unsigned NOT NULL,
`backup_mode` varchar(64) NOT NULL DEFAULT '',
`tstamp` int(10) unsigned NOT NULL,
`filename` varchar(255) NOT NULL,
`filesize` VARCHAR(10) NOT NULL,
PRIMARY KEY (`backup_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
ALTER TABLE `mail_user` ADD `backup_interval` VARCHAR( 255 ) NOT NULL ;
ALTER TABLE `mail_user` ADD `backup_copies` INT NOT NULL DEFAULT '1';
...@@ -44,14 +44,14 @@ $revision = str_replace(array('Revision:', '$', ' '), '', $svn_revision); ...@@ -44,14 +44,14 @@ $revision = str_replace(array('Revision:', '$', ' '), '', $svn_revision);
//** Application //** Application
define('ISPC_APP_TITLE', 'ISPConfig'); define('ISPC_APP_TITLE', 'ISPConfig');
define('ISPC_APP_VERSION', '3.0.2'); define('ISPC_APP_VERSION', '3.0.5.3');
define('DEVSYSTEM', 0); define('DEVSYSTEM', 0);
//** Database //** Database
$conf['db_type'] = 'mysql'; $conf['db_type'] = 'mysql';
$conf['db_host'] = 'localhost'; $conf['db_host'] = 'localhost';
$conf['db_database'] = 'ispconfig3'; $conf['db_database'] = 'ispconfig3_305';
$conf['db_user'] = 'root'; $conf['db_user'] = 'root';
$conf['db_password'] = ''; $conf['db_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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment