| ... | ... |
@@ -11,4 +11,7 @@ Versions: |
| 11 | 11 |
|
| 12 | 12 |
== 1.0.2 - 2024-11-28 == |
| 13 | 13 |
* Added png logo. |
| 14 |
-* Fixed image display issues. |
|
| 15 | 14 |
\ No newline at end of file |
| 15 |
+* Fixed image display issues. |
|
| 16 |
+ |
|
| 17 |
+== 1.0.3 - 2024-11-28 == |
|
| 18 |
+* Solved image display issue. |
|
| 16 | 19 |
\ No newline at end of file |
| ... | ... |
@@ -43,28 +43,19 @@ since the last run a new IP has been banned, the email report will be sent. |
| 43 | 43 |
|
| 44 | 44 |
<span style="display:block;height:20px!important"></span> |
| 45 | 45 |
|
| 46 |
-### Donations |
|
| 47 |
- |
|
| 48 |
-* 🎁 [Donate](https://www.doublebastion.com/donations/) |
|
| 49 |
- |
|
| 50 |
-<span style="display:block;height:20px!important"></span> |
|
| 51 |
- |
|
| 52 |
-<p align="center">Sample email report</p> |
|
| 53 |
-<span style="display:block;height:10px!important"></span> |
|
| 54 |
-<span style="display:block;margin:auto;"></span> |
|
| 55 |
-<span style="display:block;height:10px!important"></span> |
|
| 56 |
-<p align="center"></p> |
|
| 57 |
-<span style="display:block;height:10px!important"></span> |
|
| 58 |
-<span style="display:block;margin:auto;"></span> |
|
| 59 |
-<span style="display:block;height:10px!important"></span> |
|
| 60 |
-<p align="center"></p> |
|
| 46 |
+Sample email report |
|
| 61 | 47 |
<span style="display:block;height:10px!important"></span> |
| 62 |
-<span style="display:block;margin:auto;"></span> |
|
| 48 |
+ |
|
| 49 |
+<span style="display:block;height:40px!important"></span> |
|
| 63 | 50 |
<span style="display:block;height:10px!important"></span> |
| 64 |
-<p align="center"></p> |
|
| 51 |
+ |
|
| 52 |
+<span style="display:block;height:40px!important"></span> |
|
| 65 | 53 |
<span style="display:block;height:10px!important"></span> |
| 66 |
-<span style="display:block;margin:auto;"></span> |
|
| 54 |
+ |
|
| 55 |
+<span style="display:block;height:40px!important"></span> |
|
| 67 | 56 |
<span style="display:block;height:10px!important"></span> |
| 57 |
+ |
|
| 58 |
+<span style="display:block;height:40px!important"></span> |
|
| 68 | 59 |
|
| 69 | 60 |
## Programming Languages |
| 70 | 61 |
<span style="display:block;height:10px!important"></span> |
| 71 | 62 |
old mode 100644 |
| 72 | 63 |
new mode 100755 |
| ... | ... |
@@ -1333,7 +1333,7 @@ if (file_exists(dirname(__FILE__) . '/shsp-config.php')) {
|
| 1333 | 1333 |
<div style='background-color:#f1f9ff;padding:4px 8px;'> |
| 1334 | 1334 |
<div style='display: block; margin: 6px auto; width: 229px; height: 170px;'><img src='cid:logo-". $separator ."'></div> |
| 1335 | 1335 |
<p>Hello,</p> |
| 1336 |
- <p>This is an automated message sent by System Health and Security Probe v. 1.0.2. Host: " . $nameofhost . ".<br><br> |
|
| 1336 |
+ <p>This is an automated message sent by System Health and Security Probe v. 1.0.3. Host: " . $nameofhost . ".<br><br> |
|
| 1337 | 1337 |
System Health and Security Probe runs regularly and investigates if any service running on the server is in failed state, if ClamAV |
| 1338 | 1338 |
antivirus has detected any virus in the incoming emails or in the files uploaded to Nextcloud, if any IP address has been banned due to repeated |
| 1339 | 1339 |
failed log in attempts against one of the applications monitored by Fail2ban, if the free storage space on all partitions is under a certain |