diff options
Diffstat (limited to 'templates/virtual/postfixadmin')
-rw-r--r-- | templates/virtual/postfixadmin/config.inc.php.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |