diff options
Diffstat (limited to 'php/pgp.php')
| -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 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')) { |
