mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Minor formatting
This commit is contained in:
parent
3484ce2f91
commit
e6b3c04a10
@ -99,9 +99,9 @@
|
||||
|
||||
if ($DEBUG) { echo 'Stage: ' . $GLOBALS['phpgw_info']['setup']['stage']['db']; }
|
||||
// begin DEBUG code
|
||||
//$GLOBALS['phpgw_info']['setup']['stage']['db'] = 0;
|
||||
//$GLOBALS['phpgw_info']['setup']['stage']['db'] = 0;
|
||||
//$action = 'Upgrade';
|
||||
// end DEBUG code
|
||||
// end DEBUG code
|
||||
|
||||
switch($HTTP_POST_VARS['action'])
|
||||
{
|
||||
|
@ -275,10 +275,10 @@
|
||||
echo 'sample configuration not found. using built in defaults<br>' . "\n";
|
||||
$phpgw_info['server']['server_root'] = '/path/to/phpgroupware';
|
||||
$phpgw_info['server']['include_root'] = '/path/to/phpgroupware';
|
||||
/* This is the basic include needed on each page for phpGroupWare application compliance */
|
||||
/* This is the basic include needed on each page for phpGroupWare application compliance */
|
||||
$phpgw_info['flags']['htmlcompliant'] = True;
|
||||
|
||||
/* These are the settings for the database system */
|
||||
|
||||
/* These are the settings for the database system */
|
||||
$phpgw_info['server']['db_host'] = 'localhost';
|
||||
$phpgw_info['server']['db_name'] = 'phpgroupware';
|
||||
$phpgw_info['server']['db_user'] = 'phpgroupware';
|
||||
@ -352,8 +352,8 @@
|
||||
<select type="checkbox" name="setting[db_persistent]">
|
||||
<option value="True"<?php echo ($phpgw_info['server']['db_persistent']?' selected':''); ?>>True</option>
|
||||
<option value="False"<?php echo (! $phpgw_info['server']['db_persistent']?' selected':''); ?>>False</option>
|
||||
</select></td>
|
||||
<td>Do you want persistent connections (higher performance, but eats memory)</td></tr>
|
||||
</select></td>
|
||||
<td>Do you want persistent connections (higher performance, but eats memory)</td></tr>
|
||||
|
||||
<tr><td><b>Sessions Type</b><br><select name="setting[sessions_type]">
|
||||
<?php
|
||||
@ -373,8 +373,6 @@
|
||||
?>
|
||||
</select>
|
||||
</td><td>What sessions management type do you want to use (PHP4 session management often performs better)?</td></tr>
|
||||
|
||||
|
||||
<tr><td colspan=2><b>Enable MCrypt</b><br>
|
||||
<select name="setting[enable_mcrypt]">
|
||||
<?php if($phpgw_info["server"]["mcrypt_enabled"] == True) { ?>
|
||||
|
@ -39,7 +39,7 @@
|
||||
{
|
||||
$setup_tpl->set_file(array(
|
||||
'sqlarr' => 'arraydl.tpl'
|
||||
));
|
||||
));
|
||||
$setup_tpl->set_var('idstring',"/* \$Id" . ": tables_current.inc.php" . ",v 1.0" . " 2001/05/28 08:42:04 username " . "Exp \$ */");
|
||||
$setup_tpl->set_block('sqlarr','sqlheader','sqlheader');
|
||||
$setup_tpl->set_block('sqlarr','sqlbody','sqlbody');
|
||||
|
Loading…
Reference in New Issue
Block a user