forked from extern/egroupware
Add session ip check
This commit is contained in:
parent
96857e446b
commit
660c56e67a
@ -61,6 +61,18 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php $selected = array(); ?>
|
||||
<?php $selected[$GLOBALS['current_config']['sessions_checkip']] = ' selected'; ?>
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>Check ip address of all sessions (Recommended setting is 'Yes'):</td>
|
||||
<td>
|
||||
<select name="newsettings[sessions_checkip]">
|
||||
<option value="">No</option>
|
||||
<option value="True"<?php echo $selected['True']?>>Yes</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php $selected = array(); ?>
|
||||
<?php $selected[$GLOBALS['current_config']['checkfornewversion']] = ' selected'; ?>
|
||||
<tr bgcolor="e6e6e6">
|
||||
@ -91,7 +103,7 @@
|
||||
<td>Default file system space per user/group ?:</td>
|
||||
<td>
|
||||
<input type="text" name="newsettings[vfs_default_account_size_number]" size="7" value="<?php echo $GLOBALS['current_config']['vfs_default_account_size_number']; ?> ">
|
||||
|
||||
|
||||
<?php $selected[$GLOBALS['current_config']['vfs_default_account_size_type']] = ' selected'; ?>
|
||||
<select name="newsettings[vfs_default_account_size_type]">
|
||||
<option value="gb" <?php echo $selected['gb']?>>GB</option>
|
||||
|
Loading…
Reference in New Issue
Block a user