|
|
|
@ -507,6 +507,19 @@ if ($_['cronErrors']) { |
|
|
|
|
<?php endif; ?> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="section" id="server-status"> |
|
|
|
|
<h2><?php p($l->t('Server status'));?></h2>
|
|
|
|
|
<ul> |
|
|
|
|
<li> |
|
|
|
|
<?php if ($_['fileLockingEnabled']) { |
|
|
|
|
p($l->t('Transactional File Locking is enabled.')); |
|
|
|
|
} else { |
|
|
|
|
p($l->t('Transactional File Locking is disabled.')); |
|
|
|
|
} ?> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="section" id="admin-tips"> |
|
|
|
|
<h2><?php p($l->t('Tips & tricks'));?></h2>
|
|
|
|
|
<ul> |
|
|
|
@ -528,18 +541,6 @@ if ($_['cronErrors']) { |
|
|
|
|
<li><a target="_blank" href="<?php p(link_to_docs('admin-security')); ?>"><?php p($l->t('Hardening and security guidance'));?> ↗</a></li>
|
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
<div class="section" id="server-status"> |
|
|
|
|
<h2><?php p($l->t('Server Status'));?></h2>
|
|
|
|
|
<ul> |
|
|
|
|
<li> |
|
|
|
|
<?php if ($_['fileLockingEnabled']) { |
|
|
|
|
p($l->t('Transactional File Locking is enabled.')); |
|
|
|
|
} else { |
|
|
|
|
p($l->t('Transactional File Locking is disabled.')); |
|
|
|
|
} ?> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="section"> |
|
|
|
|
<h2><?php p($l->t('Version'));?></h2>
|
|
|
|
|