Provide setting and log rotation for special logfiles after creating domains, fixes #1010
This commit is contained in:
@@ -13,11 +13,25 @@ $header
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<div id="speciallogwarningpopup" name="speciallogwarningpopup" align="center">
|
||||
<div class="warningtitle">{$lng['admin']['delete_statistics']}</div>
|
||||
</p>{$lng['admin']['speciallogwarning']}</p>
|
||||
<input type="text" name="delete_stats" id="delete_stats"></p>
|
||||
<div style="margin-top:10px;">
|
||||
<input type="button" class="yesbutton" name="verifybutton" value="{$lng['panel']['delete']}" id="speciallogyesbutton" />
|
||||
<input type="button" class="nobutton" value="{$lng['panel']['cancel']}" id="speciallognobutton" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<table class="formtable">
|
||||
{$domain_edit_form}
|
||||
</table>
|
||||
|
||||
<p style="display: none;">
|
||||
<p style="display:none;">
|
||||
<input type="hidden" name="delete_statistics_str" id="delete_statistics_str" value="{$lng['admin']['delete_statistics']}">
|
||||
<input type="hidden" name="speciallogverified" id="speciallogverified" value="0" />
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="$action" />
|
||||
|
||||
Reference in New Issue
Block a user