Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-09-20 21:42:08 +0300
committerMatthias <ilovemilk@wusa.io>2020-09-20 21:42:08 +0300
commit4e4bfeeb0885992e54e36eb2abdbaf2832fc112d (patch)
tree73d323770ca0e6fc4947510680d6b17ed87a3eda /templates/admin.php
parent889a36b518245b77d7c68f2f6adb7c889e3c3eff (diff)
fix settings page
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 32baae8..adbc929 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -21,12 +21,11 @@ style('ransomware_detection', 'style');
script('ransomware_detection', 'admin');
?>
<div id="ransomware_detection_service" class="section">
- <h2 class="inlineblock"><?php p($l->t('Service')); ?></h2>
- <div class="ransomware_detection_service">
+ <h2 class="inlineblock"><?php p($l->t('Recovery')); ?></h2>
+ <div class="ransomware_detection_cronjob">
<h3>
- <?php p($l->t('URI to the ransomware detection service:')); ?>
+ <?php p($l->t('Number of days until a sequence will be deleted')); ?>
</h3>
- <input id="service-uri" type="text" name="service-uri" value="<?php p($_['service_uri']); ?>"/>
- <button id="save"><?php p($l->t('Save')); ?></button>
+ <input id="expire_days" type="text" name="expire_days" value="<?php p($_['expire_days']); ?>"/>
</div>
</div>