diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-19 19:56:53 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-19 19:56:53 +0200 |
| commit | 2956cd0e02b9796b5cb787c698f79b036ec85686 (patch) | |
| tree | 2c954410259e2769fbd29b6a5b4b0910fd66ba6a /views | |
| parent | 783b387c8a825dfda6d0cab93f7526762ab0880d (diff) | |
| download | nowayforward_human-2956cd0e02b9796b5cb787c698f79b036ec85686.tar nowayforward_human-2956cd0e02b9796b5cb787c698f79b036ec85686.tar.gz nowayforward_human-2956cd0e02b9796b5cb787c698f79b036ec85686.zip | |
fix(views/archive): Show page url in non-archived message
Diffstat (limited to 'views')
| -rw-r--r-- | views/archive/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/archive/index.php b/views/archive/index.php index 7e85c70..e5146a3 100644 --- a/views/archive/index.php +++ b/views/archive/index.php @@ -15,7 +15,7 @@ <?php endforeach; ?> <?php else: ?> - <h2>This page hasn't been archived yet!</h2> + <h2>"<?php echo $_GET["page_url"] ?>" hasn't been archived yet!</h2> <form action="/sample_archive/index.php" method="POST"> <input type="hidden" name="page_url" value="<?php echo $_GET["page_url"] ?>"> <input type="submit" value="Archive Now!"> |
