Example #1
0
    }
    ?>
</div> <!-- noteTxt -->
</td>
</tr>
<?php 
} else {
    $gotDBs = 2;
}
// end local lane db config that does not apply on lane#0 / server
?>
 
<tr><td colspan="3">
<?php 
if ($gotDBs == 2 && CoreLocal::get('laneno') != 0) {
    InstallUtilities::validateConfiguration();
}
?>
</td></tr>
<tr>
    <td>Server database host: </td>
    <td><?php 
echo InstallUtilities::installTextField('mServer', '127.0.0.1');
?>
</td>
</tr>
<tr>
    <td>Server database type:</td>
    <td>
    <?php 
$db_opts = \COREPOS\common\sql\Lib::getDrivers();