File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 766
766
</p>
767
767
<p>
768
768
<label for="archivemonths">Generate statistics, delete or put in archive flights older than xx months</label>
769
- <input type="number" name="archivemonths" id="archivemonths" value="<?php if (isset ($ globalArchiveMonths )) print $ globalArchiveMonths ; else echo '0 ' ; ?> " />
769
+ <input type="number" name="archivemonths" id="archivemonths" value="<?php if (isset ($ globalArchiveMonths )) print $ globalArchiveMonths ; else echo '1 ' ; ?> " />
770
770
<p class="help-block">0 to disable, delete old flight if <i>Archive all flights data</i> is disabled</p>
771
771
</p>
772
772
<p>
776
776
</p>
777
777
<p>
778
778
<label for="archivekeepmonths">Keep flights data for xx months in archive</label>
779
- <input type="number" name="archivekeepmonths" id="archivekeepmonths" value="<?php if (isset ($ globalArchiveKeepMonths )) print $ globalArchiveKeepMonths ; else echo '0 ' ; ?> " />
779
+ <input type="number" name="archivekeepmonths" id="archivekeepmonths" value="<?php if (isset ($ globalArchiveKeepMonths )) print $ globalArchiveKeepMonths ; else echo '1 ' ; ?> " />
780
780
<p class="help-block">0 to disable</p>
781
781
</p>
782
782
<p>
783
783
<label for="archivekeeptrackmonths">Keep flights track data for xx months in archive</label>
784
- <input type="number" name="archivekeeptrackmonths" id="archivekeeptrackmonths" value="<?php if (isset ($ globalArchiveKeepTrackMonths )) print $ globalArchiveKeepTrackMonths ; else echo '0 ' ; ?> " />
784
+ <input type="number" name="archivekeeptrackmonths" id="archivekeeptrackmonths" value="<?php if (isset ($ globalArchiveKeepTrackMonths )) print $ globalArchiveKeepTrackMonths ; else echo '1 ' ; ?> " />
785
785
<p class="help-block">0 to disable, should be less or egal to <i>Keep flights data</i> value</p>
786
786
</p>
787
787
<br />
You can’t perform that action at this time.
0 commit comments