2024-12-22_17-58-50Z_Sunday

This commit is contained in:
Ken Fallon 2024-12-22 18:58:50 +01:00
parent b791039bb3
commit 6cefcf1d88
8 changed files with 3 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 352 KiB

View File

@ -84,6 +84,7 @@ sequenceDiagram
```mermaid ```mermaid
sequenceDiagram sequenceDiagram
Host->>HPR: show ID and email Host->>HPR: show ID and email
Note over HPR: request_confirm.php
loop Preform Checks loop Preform Checks
alt If check fails alt If check fails
HPR->>HPR: Log Error HPR->>HPR: Log Error
@ -152,6 +153,7 @@ sequenceDiagram
```mermaid ```mermaid
sequenceDiagram sequenceDiagram
host->>HPR: Host clicks on link from email host->>HPR: Host clicks on link from email
Note over HPR: upload.php
HPR->>DB: Set status to EMAIL_LINK_CLICKED HPR->>DB: Set status to EMAIL_LINK_CLICKED
loop Preform Checks loop Preform Checks
alt If check fails alt If check fails
@ -189,6 +191,7 @@ sequenceDiagram
```mermaid ```mermaid
sequenceDiagram sequenceDiagram
host->>HPR: Uploads show host->>HPR: Uploads show
Note over HPR: upload_confirm.php
loop Preform Checks loop Preform Checks
alt If check fails alt If check fails
HPR->>HPR: Log Error HPR->>HPR: Log Error