From bd4e9e0fb268438e8f21369ad971613823e41879 Mon Sep 17 00:00:00 2001 From: Matthias Held Date: Tue, 24 Jul 2018 17:21:56 +0200 Subject: Add storage scanner --- templates/index.php | 18 +++++++++++++++++- templates/scan.php | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 templates/scan.php (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index d5800e0..53bd8e9 100644 --- a/templates/index.php +++ b/templates/index.php @@ -23,8 +23,24 @@ script('ransomware_detection', 'vendor/font-awesome/fontawesome-all'); style('ransomware_detection', 'style'); ?>
+
-
+
diff --git a/templates/scan.php b/templates/scan.php new file mode 100644 index 0000000..5a365a5 --- /dev/null +++ b/templates/scan.php @@ -0,0 +1,52 @@ + + * @author Matthias Held + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ +script('ransomware_detection', 'app'); +script('ransomware_detection', 'scan'); +script('ransomware_detection', 'vendor/font-awesome/fontawesome-all'); +style('ransomware_detection', 'style'); +?> +
+ +
+
+ +
+

+

+

+
+
+
+
-- cgit v1.2.3