tbrehm
2012-01-04 335660f67ef5160cbd2ac02a105e8b3fe600a4fe

2 files modified
4 ■■■■ changed files
install/update.php 2 ●●● patch | view | raw | blame | history
interface/web/admin/form/server_ip.tform.php 2 ●●● patch | view | raw | blame | history
install/update.php
@@ -121,7 +121,7 @@
//** Detect the installed applications
$inst->find_installed_apps();
echo "This application will update ISPConfig 3 on your server.\n";
echo "This application will update ISPConfig 3 on your server.\n\n";
//* Make a backup before we start the update
$do_backup = $inst->simple_query('Shall the script create a ISPConfig backup in /var/backup/ now?', array('yes','no'),'yes');
interface/web/admin/form/server_ip.tform.php
@@ -100,7 +100,7 @@
            'formtype'    => 'SELECT',
            'default'    => '',
            'datasource'    => array (     'type'    => 'SQL',
                                        'querystring' => 'SELECT client_id,CONCAT(company_name,' :: ',username) as name FROM client WHERE {AUTHSQL} ORDER BY contact_name',
                                        'querystring' => "SELECT client_id,CONCAT(company_name,' :: ',username) as name FROM client WHERE {AUTHSQL} ORDER BY contact_name",
                                        'keyfield'=> 'client_id',
                                        'valuefield'=> 'name'
                                     ),