diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-11-06 06:29:57 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-11-06 06:29:57 +0100 |
| commit | 19d53abaeded3b46db5b22a34697f53a9ba795b8 (patch) | |
| tree | 02876b188a03481da2d0ea891ace4bd4c57a6d05 | |
| parent | f7d18c871e6144acf71b5d60f78e7619545db42b (diff) | |
| download | arfnet2-web-master.tar.gz arfnet2-web-master.zip | |
| -rw-r--r-- | php/pgp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/pgp.php b/php/pgp.php index 1abe6f0..cd7c255 100644 --- a/php/pgp.php +++ b/php/pgp.php @@ -57,7 +57,7 @@ if (isset($result)) { } else { echo "<textarea readonly rows=\"25\" cols=\"80\">\n$result\n</textarea>"; } -} else echo "Unset"; +} ?> </main> </body> |
