aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-11-06 06:29:20 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-11-06 06:29:20 +0100
commitf7d18c871e6144acf71b5d60f78e7619545db42b (patch)
tree41c9c07f6a16f08b0f44a11a0d4cc1a05d359225
parentfbe5c00a1685923da64d7f98deda5a2d96b738fc (diff)
downloadarfnet2-web-f7d18c871e6144acf71b5d60f78e7619545db42b.tar.gz
arfnet2-web-f7d18c871e6144acf71b5d60f78e7619545db42b.zip
correct default error
-rw-r--r--php/pgp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/pgp.php b/php/pgp.php
index ba6e18f..1abe6f0 100644
--- a/php/pgp.php
+++ b/php/pgp.php
@@ -1,6 +1,6 @@
<?php
-$result = "kajsdhaskj";
+$result = null;
if (isset($_GET["op"])) {
if (!file_exists('/tmp/gpg')) {