From c4daaaeb5d43b70542f8441b118c9913f77e53b2 Mon Sep 17 00:00:00 2001 From: kflux Date: Mon, 24 Feb 2014 21:17:21 +0100 Subject: [PATCH] Update phphkp.php --- gpg-mailgate-web/public_html/include/phphkp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpg-mailgate-web/public_html/include/phphkp.php b/gpg-mailgate-web/public_html/include/phphkp.php index e1aec79..52f837f 100644 --- a/gpg-mailgate-web/public_html/include/phphkp.php +++ b/gpg-mailgate-web/public_html/include/phphkp.php @@ -21,7 +21,7 @@ $PGP_COMMAND="gpg"; //! A dir where the PHP script has write access -$PGP_HOME="/var/www/vhosts/mailflux.net/.phkp"; +$PGP_HOME="/var/gpg/.phkp"; //! The maximum size (in characters) of a submitted key. //! Set to '0' to disable receiving of keys, and '-1' for no limit.