2024-12-22_17-58-50Z_Sunday

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

View File

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