From 58e6edf9183a2f1f2eb376909ca9ac71a1f2ebac Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jun 2016 09:53:33 -0300 Subject: Additional template fix --- templates/virtual/postfixadmin/config.inc.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/virtual/postfixadmin/config.inc.php.erb b/templates/virtual/postfixadmin/config.inc.php.erb index 79dfa58..d34c0bc 100644 --- a/templates/virtual/postfixadmin/config.inc.php.erb +++ b/templates/virtual/postfixadmin/config.inc.php.erb @@ -28,7 +28,7 @@ $CONF['configured'] = true; // In order to setup Postfixadmin, you MUST specify a hashed password here. // To create the hash, visit setup.php in a browser and type a password into the field, // on submission it will be echoed out to you as a hashed value. -$CONF['setup_password'] = '<%= postfixadmin_setup_hash %>'; +$CONF['setup_password'] = '<%= @postfixadmin_setup_hash %>'; // Postfix Admin Path // Set the location of your Postfix Admin installation here. -- cgit v1.2.3