jwarnier
2010-08-19 b31c514ee2f1d25b4e5ff39bdef1765dbf14e106
install/autoupdate.php
@@ -77,9 +77,9 @@
$conf_old = $conf;
unset($conf);
if($dist['id'] == '') die('Linux Dustribution or Version not recognized.');
if($dist['id'] == '') die('Linux distribution or version not recognized.');
//** Include the distribution specific installer class library and configuration
//** Include the distribution-specific installer class library and configuration
if(is_file('dist/lib/'.$dist['baseid'].'.lib.php')) include_once('dist/lib/'.$dist['baseid'].'.lib.php');
include_once('dist/lib/'.$dist['id'].'.lib.php');
include_once('dist/conf/'.$dist['id'].'.conf.php');
@@ -128,7 +128,7 @@
/*
 * Try to read the DB-admin settings
*/
 */
$clientdb_host         = '';
$clientdb_user         = '';
$clientdb_password      = '';
@@ -174,12 +174,12 @@
/*
 *  dump the new Database and reconfigure the server.ini
*/
 */
updateDbAndIni();
/*
 * Reconfigure all Services
*/
 */
if($conf['services']['mail'] == true) {
   //** Configure postfix
   swriteln('Configuring Postfix');
@@ -306,4 +306,4 @@
echo "Update finished.\n";
?>
?>