You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ju...@apache.org on 2019/02/21 18:33:48 UTC

[vcl] branch develop updated: remove extra space

This is an automated email from the ASF dual-hosted git repository.

junaid pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git


The following commit(s) were added to refs/heads/develop by this push:
     new 74bc60d  remove extra space
74bc60d is described below

commit 74bc60d37df867bcdf1dc688c4e84529707d2dde
Author: Junaid Ali <al...@iit.edu>
AuthorDate: Wed Feb 20 14:42:10 2019 -0600

    remove extra space
---
 web/.ht-inc/secrets-default.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/.ht-inc/secrets-default.php b/web/.ht-inc/secrets-default.php
index abaa171..d6e3b0b 100644
--- a/web/.ht-inc/secrets-default.php
+++ b/web/.ht-inc/secrets-default.php
@@ -21,7 +21,7 @@ $vcldb = 'vcl';         # name of mysql database
 $vclusername = 'vcluser';      # username to access database
 $vclpassword = '';      # password to access database
 
-$cryptkey  = ''; # generate with "openssl rand 32 | base64"
+$cryptkey = ''; # generate with "openssl rand 32 | base64"
 
 $pemkey = ''; # random passphrase - won't ever have to type it so make it long
 ?>